mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
7fa9c70193
- 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)
26 lines
499 B
Makefile
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>
|