freebsd-ports/devel/dmake/Makefile

30 lines
542 B
Makefile
Raw Normal View History

# 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$
#
2000-04-11 23:30:15 +02:00
PORTNAME= dmake
2008-03-31 06:54:42 +02:00
PORTVERSION= 4.12
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ooo-dmake.googlecode.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}
MAN1= dmake.1
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>