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/eagle/Makefile | |
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/eagle/Makefile')
-rw-r--r-- | cad/eagle/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |