aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dmake/Makefile
blob: d689ad7c1c001af9470f54569681b103bd5a5fe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>