diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-10 08:27:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-10 08:27:48 +0800 |
commit | f585ac27f039633961b5385f1ca3144a2a1e293f (patch) | |
tree | 00f4f9455aeef4b2c0eaf2857cd1f198ea50824c /lang/dmd1 | |
parent | 27147fa2a2bb78a9e42a2fb62cb28dc680e5da7a (diff) | |
download | freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.tar.gz freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.tar.zst freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/dmd1')
-rw-r--r-- | lang/dmd1/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/dmd1/Makefile b/lang/dmd1/Makefile index d0ceca1751fe..8045bbc625a1 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 |