head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2013.03.07.13.47.34;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.16.13.50.01;	author skreuzer;	state Exp;
branches;
next	1.10;

1.10
date	2010.04.02.13.30.43;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.04.11.40.38;	author gabor;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.12.13.13.08;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.17.04.52.02;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.29.08.48.31;	author vs;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.05.20.36.53;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.26.21.58.50;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.20.16.44.17;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.03.07.29.36;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.20.05.49.59;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: KIMURA Shigekazu <rikimura@@a011.broada.jp>
# $FreeBSD: head/archivers/untar/Makefile 313559 2013-03-07 03:25:10Z bdrewery $

PORTNAME=	untar
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	ftp://ftp.cs.pdx.edu/pub/elvis/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.c
EXTRACT_ONLY=

MAINTAINER=	c.petrik.sosa@@gmail.com
COMMENT=	Lists/Extracts files from a "*.tgz" or "*.gz" archive

MAKEFILE=	/usr/share/mk/bsd.prog.mk
NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/untar

MAKE_ENV+=	PROG=untar NO_MAN=yes
MAKE_ARGS+=	CFLAGS="${CFLAGS} -D_POSIX_SOURCE" \
		LDFLAGS="${LDFLAGS} -static"

pre-patch:
	@@${CP} ${DISTDIR}/untar.c ${WRKSRC}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    untar
# Date created:         14 Jul 2002
# Whom:                 KIMURA Shigekazu <rikimura@@a011.broada.jp>
#
# $FreeBSD: head/archivers/untar/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@Update Whom in header to reflect change in original authors email address

PR:		ports/155470
PR:		ports/155471
PR:		ports/155472
Submitted by:	Shigekazu KIMURA <rikimura@@a011.broada.jp>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Squelch warnings

PR:		ports/144792
Submitted by:	Shigekazu KIMURA(LEE) <spbz6f99@@utopia.ocn.ne.jp>
@
text
@d3 1
a3 1
# Whom:                 KIMURA<LEE> Shigekazu <spbz6f99@@utopia.ocn.ne.jp>
@


1.9
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d24 1
a24 1
MAKE_ENV+=	PROG=untar NOMAN=yes
@


1.8
log
@Respect DESTDIR

PR:		101815
Submitted by:	gabor
@
text
@d32 1
a32 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
@


1.7
log
@Update original submitter's email address, by request.  While here, fix a
typo.

Hat:		gnats-admin
@
text
@d32 1
a32 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@


1.6
log
@Use bsd.prog.mk directly
@
text
@d3 1
a3 1
# Whom:                 KIMURA Shigekazu <zau50357@@lion.zero.ad.jp>
@


1.5
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d20 1
a21 1
NO_INSTALL_MANPAGES=		yes
d24 3
a26 1
PROG=	untar
a29 1
	@@${CP} ${FILESDIR}/Makefile.untar ${WRKSRC}/Makefile
d32 1
a32 1
	${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/bin
@


1.4
log
@portlint (fix whitespace)
@
text
@d22 1
@


1.3
log
@De-pkg-comment.
@
text
@d12 1
a12 1
MASTER_SITES=   ftp://ftp.cs.pdx.edu/pub/elvis/
@


1.2
log
@Maintainer doesn't want to keep maintaining.

Submitted by:	"zau50357" <zau50357@@lion.zero.ad.jp>
@
text
@d18 1
@


1.1
log
@New Ports / archivers/untar

PR:		Report ports/41084
Submitted by:	KIMURA Shigekazu <zau50357@@lion.zero.ad.jp>
@
text
@d17 1
a17 1
MAINTAINER=	zau50357@@lion.zero.ad.jp
@

