Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 18:32:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321974 - head/biology/rasmol
Message-ID:  <201306281832.r5SIWPO6052312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306281832.r5SIWPO6052312>