freebsd-ports/devel/dmake/Makefile
Pav Lucistnik 26b382323d - Fix MASTER_SITES, WWW
- Distfile rerolled, no content changes except for CVS/ folders
2005-11-24 15:32:01 +00:00

25 lines
595 B
Makefile

# New ports collection makefile for: dmake
# Date created: 31 July 1995
# Whom: nils@guru.ims.uni-stuttgart.de
#
# $FreeBSD$
#
PORTNAME= dmake
PORTVERSION= 4.3
CATEGORIES= devel
MASTER_SITES= http://people.debian.org/~rene/dmake/
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Another hyper make utility
GNU_CONFIGURE= yes
#CONFIGURE_ENV+= CFLAGS="${CFLAGS} -Wall -Werror"
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/${PORTNAME}
MAN1= dmake.1
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>