freebsd-ports/archivers/undms/Makefile
2013-09-25 13:16:50 +00:00

29 lines
620 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= undms
PORTVERSION= 1.3
CATEGORIES= archivers
MASTER_SITES= ftp://de.aminet.net/misc/unix/ \
ftp://us.aminet.net/misc/unix/
DISTNAME= ${PORTNAME}-${PORTVERSION}.c
EXTRACT_SUFX= .Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images
NO_WRKSUBDIR= yes
PLIST_FILES= bin/undms
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 ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>