ff37dcbbaf
Approved by: portmgr (blanket)
29 lines
587 B
Makefile
29 lines
587 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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
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>
|