2013-09-20 19:03:26 +02:00
|
|
|
# Created by: nils@guru.ims.uni-stuttgart.de
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-08-08 12:24:11 +02:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= dmake
|
2012-02-15 22:02:30 +01:00
|
|
|
PORTVERSION= 4.12.2
|
1997-09-07 22:23:13 +02:00
|
|
|
CATEGORIES= devel
|
2011-11-04 18:51:45 +01:00
|
|
|
MASTER_SITES= http://dmake.apache-extras.org.codespot.com/files/
|
1995-08-08 12:24:11 +02:00
|
|
|
|
2011-08-25 23:27:25 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Another hyper make utility
|
1995-08-08 12:24:11 +02:00
|
|
|
|
2011-06-16 17:44:20 +02:00
|
|
|
LICENSE= GPLv1
|
|
|
|
|
2011-10-01 08:29:52 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2005-02-04 01:51:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-10-01 08:29:52 +02:00
|
|
|
CONFIGURE_ARGS+= --datarootdir=${DATADIR}
|
2011-06-16 17:44:20 +02:00
|
|
|
|
2005-02-04 01:51:46 +01:00
|
|
|
post-install:
|
2013-10-04 12:25:40 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${STAGEDIR}${PREFIX}/man/man1/dmake.1
|
1995-08-08 12:24:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|