aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 18:32:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 18:32:25 +0000
commit5b4f8f3bbdb438d7c65d2c546d6a11e32fc244c8 (patch)
tree50ccc4d161f6284648c573ddff5be12e5932fb26 /biology
parentf075d4d4f802e1b970fcc33ce3afd2542dab72ac (diff)
downloadports-5b4f8f3bbdb438d7c65d2c546d6a11e32fc244c8.tar.gz
ports-5b4f8f3bbdb438d7c65d2c546d6a11e32fc244c8.zip
Convert to USES=imake
Trim headers
Notes
Notes: svn path=/head/; revision=321974
Diffstat (limited to 'biology')
-rw-r--r--biology/rasmol/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile
index 42dbae221943..6e9bbe173788 100644
--- a/biology/rasmol/Makefile
+++ b/biology/rasmol/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: rasmol
-# Date created: Dec 4 1997
-# Whom: frankch@waru.life.nthu.edu.tw
-#
+# Created by: frankch@waru.life.nthu.edu.tw
# $FreeBSD$
-#
PORTNAME= rasmol
PORTVERSION= 2.7.2.1.1
@@ -17,7 +13,7 @@ COMMENT= Fast Molecular Visualization Program
WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext xi
MANCOMPRESSED= no
XFREE86_HTML_MAN= no
@@ -29,10 +25,8 @@ PLIST_FILES= bin/rasmol bin/rasmol-16 bin/rasmol-32 bin/rasmol-8 \
lib/X11/rasmol/rasmol.hlp
PLIST_DIRS= lib/X11/rasmol
-.include <bsd.port.pre.mk>
-
do-build:
- ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer
+ ${SETENV} ${MAKE_ENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rasmol-* ${PREFIX}/bin
@@ -43,4 +37,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../data/1crn.pdb ${PREFIX}/lib/X11/rasmol
${INSTALL_DATA} ${WRKSRC}/../data/3cro.pdb ${PREFIX}/lib/X11/rasmol
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>