diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 13:33:04 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-14 13:33:04 +0000 |
commit | aec5b76b1d41f7d3beb3139f5de7482ce1ddde2d (patch) | |
tree | c926414f1335cdf0a461fb67f839952b9b410fb6 /x11-toolkits/movingmotif | |
parent | 188af503593b2a3bf45fb310240aff3604339265 (diff) | |
download | ports-aec5b76b1d41f7d3beb3139f5de7482ce1ddde2d.tar.gz ports-aec5b76b1d41f7d3beb3139f5de7482ce1ddde2d.zip |
Notes
Diffstat (limited to 'x11-toolkits/movingmotif')
-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" |