freebsd-ports/devel/dmake/Makefile
Satoshi Asami 69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00

22 lines
466 B
Makefile

# 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.1.1.1 1995/08/08 10:24:10 asami Exp $
#
DISTNAME= dmake40
PKGNAME= dmake-4.0
CATEGORIES= devel
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>