diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-08 10:24:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-08 10:24:11 +0000 |
commit | 9239658f51833c7cff4117f114b51a36f3efd3f7 (patch) | |
tree | 1d11661a21c2f1167be254ec51313fe9848263ce /devel/dmake/Makefile | |
parent | Upgrade to version 2.3. The delta is almost identical to mule-wnn. (diff) |
Another hyper make.
Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
Notes
Notes:
svn path=/head/; revision=2037
Diffstat (limited to 'devel/dmake/Makefile')
-rw-r--r-- | devel/dmake/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile new file mode 100644 index 000000000000..d689ad7c1c00 --- /dev/null +++ b/devel/dmake/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: dmake +# Version required: 4.0 +# Date created: 31 July 1995 +# Whom: nils@guru.ims.uni-stuttgart.de +# +# $Id: Makefile,v 1.9 1995/06/18 13:11:25 ache Exp $ +# + +DISTNAME= dmake40 +PKGNAME= dmake-4.0 +CATEGORIES= development programming +MASTER_SITES= ftp://plg.uwaterloo.ca/pub/dmake/ + +MAINTAINER= nils@guru.ims.uni-stuttgart.de + +WRKSRC= $(WRKDIR)/dmake +USE_GMAKE= yes +MAKEFILE= makefile +ALL_TARGET= bsd43 + +.include <bsd.port.mk> |