1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/ppunpack/Makefile
Will Andrews f67050feec 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.
2000-06-22 05:52:15 +00:00

28 lines
609 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= ftp://de.aminet.net/pub/aminet/misc/unix/ \
ftp://us.aminet.net/pub/aminet/misc/unix/
DISTNAME= ppsmall-${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
RESTRICTED= "No commercial redistribution"
NO_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/PPUnpack
MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}"
ALL_TARGET= ppunpack
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin/
.include <bsd.port.mk>