mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
69bfd4e29c
"programming" that was in some of them, it's pretty obvious what we are talking about here.
22 lines
466 B
Makefile
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>
|