summaryrefslogtreecommitdiffstats
path: root/lang/dmd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/dmd1/Makefile')
-rw-r--r--lang/dmd1/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/dmd1/Makefile b/lang/dmd1/Makefile
index d0ceca1..8045bbc 100644
--- a/lang/dmd1/Makefile
+++ b/lang/dmd1/Makefile
@@ -4,24 +4,25 @@
PORTNAME= dmd
PORTVERSION= 1.076
PORTREVISION= 2
-PKGNAMESUFFIX= 1
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
+PKGNAMESUFFIX= 1
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= Official compiler for the D 1.0 programming language
-NO_PACKAGE= No redistribution of non validated binaries
-USES= gmake zip
-PORTDOCS= *.txt html/ phobos/
-WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
-LICENSE_COMB= multi
LICENSE= ART10 ZLIB DMD
+LICENSE_COMB= multi
LICENSE_NAME_DMD= digital mars license
LICENSE_FILE_DMD= ${WRKSRC}/../../license.txt
LICENSE_PERMS_DMD= no-pkg-mirror auto-accept
+NO_PACKAGE= No redistribution of non validated binaries
+USES= gmake zip
+PORTDOCS= *.txt html/ phobos/
+WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME}
+
OPTIONS_DEFINE= SOURCE DOCS
SOURCE_DESC= Compile dmd and phobos from source
OpenPOWER on IntegriCloud