mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
479 B
Makefile
22 lines
479 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.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>
|