mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
e4f0709761
runs FreeBSD. Submitted by: Cornelis van der Laan <nils@trados.com>
22 lines
449 B
Makefile
22 lines
449 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.2 1995/11/26 11:28:59 asami Exp $
|
|
#
|
|
|
|
DISTNAME= dmake40
|
|
PKGNAME= dmake-4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://plg.uwaterloo.ca/pub/dmake/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
WRKSRC= $(WRKDIR)/dmake
|
|
USE_GMAKE= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= bsd43
|
|
|
|
.include <bsd.port.mk>
|