freebsd-ports/devel/dmake/Makefile

23 lines
462 B
Makefile
Raw Normal View History

# Created by: nils@guru.ims.uni-stuttgart.de
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-11 23:30:15 +02:00
PORTNAME= dmake
PORTVERSION= 4.12.2
CATEGORIES= devel
MASTER_SITES= http://dmake.apache-extras.org.codespot.com/files/
MAINTAINER= office@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Another hyper make utility
LICENSE= GPLv1
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR}
post-install:
2013-10-04 12:25:40 +02:00
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${STAGEDIR}${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>