pkgsrc/archivers/undms/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

23 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:11 agc Exp $
DISTNAME= undms-1.3.c
PKGNAME= undms-1.3
CATEGORIES= archivers
MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \
ftp://us.aminet.net/pub/aminet/misc/unix/
EXTRACT_SUFX= .Z
MAINTAINER= packages@netbsd.org
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images
USE_BUILDLINK_ONLY= # defined
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME}
do-build:
cd ${WRKSRC} && ${LINK.c} -o undms undms-1.3.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"