1995-08-08 10:24:11 +00:00
|
|
|
# New ports collection makefile for: dmake
|
1999-12-25 01:47:47 +00:00
|
|
|
# Version required: 4.1
|
1995-08-08 10:24:11 +00:00
|
|
|
# Date created: 31 July 1995
|
|
|
|
# Whom: nils@guru.ims.uni-stuttgart.de
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-08-08 10:24:11 +00:00
|
|
|
#
|
|
|
|
|
1997-09-07 20:23:13 +00:00
|
|
|
DISTNAME= dmake-v4.1-src-export.all-unknown-all
|
|
|
|
PKGNAME= dmake-4.1
|
|
|
|
CATEGORIES= devel
|
1999-12-25 01:47:47 +00:00
|
|
|
MASTER_SITES= ftp://plg.uwaterloo.ca/pub/dmake/ \
|
|
|
|
http://dmake.wticorp.com/SourceDistribution/
|
1995-08-08 10:24:11 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-08-08 10:24:11 +00:00
|
|
|
|
1997-09-07 20:23:13 +00:00
|
|
|
WRKSRC= ${WRKDIR}/dmake
|
1995-08-08 10:24:11 +00:00
|
|
|
USE_GMAKE= yes
|
1999-12-25 01:47:47 +00:00
|
|
|
MAKE_ENV= CC=${CC}
|
1995-08-08 10:24:11 +00:00
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= bsd43
|
1997-09-07 20:23:13 +00:00
|
|
|
MAN1= dmake.1
|
|
|
|
|
1999-12-25 01:47:47 +00:00
|
|
|
post-extract:
|
1997-09-07 20:23:13 +00:00
|
|
|
.for f in limits.h string.h dirent.h
|
1999-12-25 01:47:47 +00:00
|
|
|
@${RM} -f ${WRKSRC}/unix/bsd43/${f}
|
1997-09-07 20:23:13 +00:00
|
|
|
.endfor
|
1999-12-25 01:47:47 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/unix/startup.h
|
1997-09-07 20:23:13 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dmake ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
|
1999-12-25 01:47:47 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/dmake/startup
|
|
|
|
${CP} -R ${WRKSRC}/startup/* ${PREFIX}/share/dmake/startup
|
1995-08-08 10:24:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|