freebsd-ports/devel/dmake/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

22 lines
463 B
Makefile

# Created by: nils@guru.ims.uni-stuttgart.de
# $FreeBSD$
PORTNAME= dmake
PORTVERSION= 4.12.2
CATEGORIES= devel
MASTER_SITES= http://dmake.apache-extras.org.codespot.com/files/
MAINTAINER= office@FreeBSD.org
COMMENT= Another hyper make utility
LICENSE= GPLv1
USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR}
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${STAGEDIR}${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>