freebsd-ports/archivers/ppunpack/Makefile
Mark Linimon 27b25499b3 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
2011-01-23 22:57:24 +00:00

29 lines
613 B
Makefile

# New ports collection makefile for: ppunpack
# Date created: Sat 3 June 2000
# Whom: will
#
# $FreeBSD$
#
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>