diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /cad | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/eagle/Makefile | 8 | ||||
-rw-r--r-- | cad/lc/Makefile | 7 | ||||
-rw-r--r-- | cad/simian-docs/Makefile | 4 | ||||
-rw-r--r-- | cad/simian/Makefile | 4 |
4 files changed, 11 insertions, 12 deletions
diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile index a7fea14648c..75cff2a1fac 100644 --- a/cad/eagle/Makefile +++ b/cad/eagle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/03/03 01:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2009/05/19 08:59:05 wiz Exp $ # DISTNAME= eagle-lin-eng-4.14 @@ -11,16 +11,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.cadsoft.de/ COMMENT= Easy to use printed circuit board editor - -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= fee-based-commercial-use RESTRICTED= Redistribution not permitted -LICENSE= fee-based-commercial-use NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= x11 diff --git a/cad/lc/Makefile b/cad/lc/Makefile index 50293900e32..a2fd9435145 100644 --- a/cad/lc/Makefile +++ b/cad/lc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/04/12 22:42:58 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:05 wiz Exp $ DISTNAME= lc # overridden below PKGNAME= lc-2.10 @@ -9,18 +9,17 @@ MASTER_SITES= http://lc.cray.com/download/ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://lc.cray.com/ COMMENT= Finite Difference Time Domain (FDTD) Electromagnetic Simulator - -DIST_SUBDIR= ${PKGNAME_NOREV} +LICENSE= lc-license RESTRICTED= Original installer required to redistribute. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -LICENSE= lc-license PKG_DESTDIR_SUPPORT= destdir +DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/lc2.10 BUILD_DIRS= # empty diff --git a/cad/simian-docs/Makefile b/cad/simian-docs/Makefile index c8d439ca261..ec579081da3 100644 --- a/cad/simian-docs/Makefile +++ b/cad/simian-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/03/03 01:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:05 wiz Exp $ # DISTNAME= simian_man_12_98 @@ -10,9 +10,9 @@ EXTRACT_SUFX= .pdf MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_links.html COMMENT= PDF manual for SIMIAN +LICENSE= simian-license RESTRICTED= Personal use only -LICENSE= simian-license NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/cad/simian/Makefile b/cad/simian/Makefile index 148968b100b..3af4d92f7e4 100644 --- a/cad/simian/Makefile +++ b/cad/simian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/03 01:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2009/05/19 08:59:05 wiz Exp $ # DISTNAME= simian_12_98 @@ -9,8 +9,8 @@ MASTER_SITES= http://weewave.mer.utexas.edu/MED_files/CODE_RQST/ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_links.html COMMENT= 2-dimensional interconnect and transmission line simulator - LICENSE= simian-license + RESTRICTED= Redistribution for personal use only. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |