1995-08-08 12:24:11 +02:00
|
|
|
# New ports collection makefile for: dmake
|
|
|
|
# Date created: 31 July 1995
|
|
|
|
# Whom: 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
|
2008-03-31 06:54:42 +02:00
|
|
|
PORTVERSION= 4.12
|
2011-10-01 08:29:52 +02:00
|
|
|
PORTREVISION= 3
|
1997-09-07 22:23:13 +02:00
|
|
|
CATEGORIES= devel
|
2011-10-01 08:29:52 +02:00
|
|
|
MASTER_SITES= http://ooo-dmake.googlecode.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
|
|
|
|
1997-09-07 22:23:13 +02:00
|
|
|
MAN1= dmake.1
|
|
|
|
|
2005-02-04 01:51:46 +01:00
|
|
|
post-install:
|
1997-09-07 22:23:13 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
|
1995-08-08 12:24:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|