freebsd-ports/archivers/undms/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

33 lines
689 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/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 ${PREFIX}/bin/
.include <bsd.port.mk>