head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2011.01.23.22.57.24;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2008.05.05.00.36.06;	author itetcu;	state Exp;
branches;
next	1.10;

1.10
date	2004.09.27.07.28.51;	author thierry;	state Exp;
branches;
next	1.9;

1.9
date	2004.09.26.02.19.56;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.36.52;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.20.16.44.16;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.10.16.44.58;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.06.22.43.41;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.16.17.30.02;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2000.07.25.01.31.33;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.22.05.51.50;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.03.04.52.12;	author will;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ppunpack
# Date created:				Sat 3 June 2000
# Whom:					will
#
# $FreeBSD: head/archivers/ppunpack/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	ppunpack
PORTVERSION=	1.0
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	thierry
DISTNAME=	ppsmall-${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Decompresses Amiga PowerPacker files

NO_CDROM=	No commercial redistribution

WRKSRC=		${WRKDIR}/PPUnpack
MAKE_ARGS=	CC="${CC}" COPTS="${CFLAGS}"
PLIST_FILES=	bin/ppunpack
ALL_TARGET=	ppunpack

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

.include <bsd.port.mk>
@


1.12
log
@RESTRICTED and NO_CDROM shouldn't be used together.

In this case, it appears the distfile may be redistributed on FTP sites.
Therefore, NO_CDROM is the correct thing here.

Hat:		portmgr
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@remove quotes from RESTRICTED

PR:		ports/122411
Submitted by:	Ganael Laplanche
@
text
@d19 1
a19 2
RESTRICTED=	No commercial redistribution
NO_CDROM=	${RESTRICTED}
@


1.10
log
@This distfile disapeared from the net. Use MASTER_SITE_LOCAL to host it.

Approved by:	portmgr (marcus).
@
text
@d19 1
a19 1
RESTRICTED=	"No commercial redistribution"
@


1.9
log
@BROKEN: Unfetchable

Approved by:	portmgr
@
text
@d11 2
a12 2
MASTER_SITES=	ftp://de.aminet.net/pub/aminet/misc/unix/ \
		ftp://us.aminet.net/pub/aminet/misc/unix/
a17 2

BROKEN=		Unfetchable
@


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d19 2
@


1.7
log
@De-pkg-comment.
@
text
@d24 1
@


1.6
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.5
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Decompresses Amiga PowerPacker files

@


1.4
log
@Massive style enforcement - use ^I instead of spaces for variables identation.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/ppunpack/Makefile,v 1.3 2000/07/25 01:31:33 kevlo Exp $
d17 2
@


1.3
log
@MAKE_FLAGS -> MAKE_ARGS

PR: 20147
Submitted by: Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/ppunpack/Makefile,v 1.2 2000/06/22 05:51:50 will Exp $
d22 1
a22 1
MAKE_ARGS=     	CC="${CC}" COPTS="${CFLAGS}"
@


1.2
log
@Unleash all of these ports upon the people.  I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/ppunpack/Makefile,v 1.1 2000/06/03 04:52:12 will Exp $
d20 1
d22 1
a22 1
MAKE_FLAGS=	CC="${CC}" COPTS="${CFLAGS}"
d26 1
a26 1
	${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin/
@


1.1
log
@Add ppunpack, a utility to decompress Amiga PowerPacker files.

Obtained from:	NetBSD
@
text
@d5 1
a5 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	will@@FreeBSD.org
@

