1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/dmake/Makefile
Alex Kozlov 7fa9c70193 - Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments

Differential Revision:	https://reviews.freebsd.org/D14004
Approved by:	tijl (autotools maintainer), portmgr (mat)
2018-01-24 09:41:04 +00:00

26 lines
499 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
LICENSE_FILE= ${WRKSRC}/readme/license.txt
USE_GITHUB= yes
GH_ACCOUNT= mohawk2
GH_TAGNAME= e5588b0
USES= autoreconf
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>