summaryrefslogtreecommitdiff
path: root/misc/molden
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
committerwiz <wiz@pkgsrc.org>2009-05-19 08:59:00 +0000
commit6ac11147ab6af4938848553e5e344aea8b3f560c (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /misc/molden
parentad944231a773912276e207e433ea891f755e4e4e (diff)
downloadpkgsrc-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 'misc/molden')
-rw-r--r--misc/molden/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/molden/Makefile b/misc/molden/Makefile
index fbef8c24154..927465becf6 100644
--- a/misc/molden/Makefile
+++ b/misc/molden/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/02/17 13:02:20 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2009/05/19 08:59:24 wiz Exp $
DISTNAME= molden4.6
PKGNAME= ${DISTNAME:S/molden/&-/}
@@ -9,6 +9,13 @@ EXTRACT_SUFX= .tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cmbi.ru.nl/molden/molden.html
COMMENT= Displaying MOLecular DENsity
+LICENSE= molden-license
+
+RESTRICTED= Redistributing Molden by unregistered user is prohibited.
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -20,13 +27,6 @@ USE_LANGUAGES= c fortran
INSTALLATION_DIRS= bin share/molden/doc share/molden/test share/molden/utils
-LICENSE= molden-license
-RESTRICTED= Redistributing Molden by unregistered user is prohibited.
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/molden ${DESTDIR}${PREFIX}/bin
for d in doc test utils ; do \