freebsd-ports/devel/dmake/Makefile
Pedro F. Giffuni 4a25df58e9 devel/dmake: update to version 4.12.3
An Apache developer has taken back the maintainance of Dmake so point to his
latest revision on github. Also point back the WWW URL to the old homepage.

PR:		223153
Approved by:	thierry (mentor)
2019-11-01 19:05:19 +00:00

27 lines
505 B
Makefile

# Created by: nils@guru.ims.uni-stuttgart.de
# $FreeBSD$
PORTNAME= dmake
PORTVERSION= 4.12.3
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= office@FreeBSD.org
COMMENT= Another hyper make utility
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/readme/license.txt
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= jimjag
GH_TAGNAME= b4e5352
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>