svn commit: r321974 - head/biology/rasmol

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 18:32:26 UTC 2013


Author: bapt
Date: Fri Jun 28 18:32:25 2013
New Revision: 321974
URL: http://svnweb.freebsd.org/changeset/ports/321974

Log:
  Convert to USES=imake
  Trim headers

Modified:
  head/biology/rasmol/Makefile

Modified: head/biology/rasmol/Makefile
==============================================================================
--- head/biology/rasmol/Makefile	Fri Jun 28 18:31:26 2013	(r321973)
+++ head/biology/rasmol/Makefile	Fri Jun 28 18:32:25 2013	(r321974)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: rasmol
-# Date created:         Dec 4 1997
-# Whom:                 frankch at waru.life.nthu.edu.tw
-#
+# Created by: frankch at waru.life.nthu.edu.tw
 # $FreeBSD$
-#
 
 PORTNAME=	rasmol
 PORTVERSION=	2.7.2.1.1
@@ -17,7 +13,7 @@ COMMENT=	Fast Molecular Visualization Pr
 
 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 bi
 		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>


More information about the svn-ports-all mailing list