mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f67050feec
in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
31 lines
619 B
Makefile
31 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>
|