Files
ports/devel/dmake/Makefile
T
2025-01-29 01:04:59 +08:00

29 lines
546 B
Makefile

PORTNAME= dmake
PORTVERSION= 4.13.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= office@FreeBSD.org
COMMENT= Another hyper make utility
WWW= https://www.openoffice.org/tools/dmake/
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/readme/license.txt
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= jimjag
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir=${DATADIR}
CONFLICTS_INSTALL= sunpromake
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${STAGEDIR}${PREFIX}/share/man/man1/dmake.1
.include <bsd.port.mk>