summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-25 16:32:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-25 16:32:03 +0000
commitd46b0744e1089e7faf277efff32156d6cb1ebcb2 (patch)
tree9c8ba363a9ba9f5579498e5b33a0501b84c69a40 /cad
parent- Update to 1.11 (diff)
- Fix MASTER_SITES
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 162821 Submitted by: Ports Fury Feature safe: yes
Notes
Notes: svn path=/head/; revision=286410
Diffstat (limited to 'cad')
-rw-r--r--cad/adms/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/adms/Makefile b/cad/adms/Makefile
index 83e80bae122b..9618af9fcb39 100644
--- a/cad/adms/Makefile
+++ b/cad/adms/Makefile
@@ -10,14 +10,18 @@ PORTNAME= adms
PORTVERSION= 2.2.9
PORTREVISION= 0
CATEGORIES= cad
-MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
+MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= A model generator for SPICE simulators
-USE_GMAKE= yes
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GNOME= glib20 pkgconfig
+USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>