freebsd-ports/devel/dmake/Makefile
Mathieu Arnold 7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00

24 lines
465 B
Makefile

# Created by: nils@guru.ims.uni-stuttgart.de
# $FreeBSD$
PORTNAME= dmake
PORTVERSION= 4.12.20150309
CATEGORIES= devel
MAINTAINER= office@FreeBSD.org
COMMENT= Another hyper make utility
LICENSE= GPLv1
USE_GITHUB= yes
GH_ACCOUNT= mohawk2
GH_TAGNAME= e5588b0
USES= autoreconf:autoconf
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>