diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-14 21:33:04 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-14 21:33:04 +0800 |
commit | 47b36afabbc8759a15b691f80448b6205d01a139 (patch) | |
tree | c926414f1335cdf0a461fb67f839952b9b410fb6 | |
parent | 1ff6ab41952f756cef9a788106a096245b4ed878 (diff) | |
download | freebsd-ports-gnome-47b36afabbc8759a15b691f80448b6205d01a139.tar.gz freebsd-ports-gnome-47b36afabbc8759a15b691f80448b6205d01a139.tar.zst freebsd-ports-gnome-47b36afabbc8759a15b691f80448b6205d01a139.zip |
- STAGE-clean
- Add LICENSE
-rw-r--r-- | x11-toolkits/movingmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index cdc26240bdc8..90ab9ba83a5e 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -10,11 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_2_1/movingmotiv-2.3.1 MAINTAINER= gahr@FreeBSD.org COMMENT= Display scientific data as dynamic plot +LICENSE= GPLv2 + USES= motif USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |