freebsd-ports/archivers/undms/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 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)
2002-11-10 16:48:51 +00:00

30 lines
619 B
Makefile

# New ports collection makefile for: undms
# Date created: Sat 3 June 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= undms
PORTVERSION= 1.3
CATEGORIES= archivers
MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \
ftp://us.aminet.net/pub/aminet/misc/unix/
DISTNAME= ${PORTNAME}-${PORTVERSION}.c
EXTRACT_SUFX= .Z
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
do-extract:
${MKDIR} ${WRKDIR}
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
.include <bsd.port.mk>