1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/biology/rasmol/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection Makefile for: rasmol
# Date created: Dec 4 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#
PORTNAME= rasmol
PORTVERSION= 2.7.2.1.1
PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/
DISTNAME= RasMol_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast Molecular Visualization Program
WRKSRC= ${WRKDIR}/RasMol_${PORTVERSION}/src
USE_IMAKE= yes
MANCOMPRESSED= no
XFREE86_HTML_MAN= no
MAN1= rasmol.1
PLIST_FILES= bin/rasmol bin/rasmol-16 bin/rasmol-32 bin/rasmol-8 \
lib/X11/rasmol/1crn.pdb lib/X11/rasmol/3cro.pdb \
lib/X11/rasmol/rasmol.hlp
PLIST_DIRS= lib/X11/rasmol
.include <bsd.port.pre.mk>
do-build:
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rasmol-* ${PREFIX}/bin
${INSTALL_SCRIPT} ${FILESDIR}/rasmol ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rasmol.man ${MANPREFIX}/man/man1/rasmol.1
${MKDIR} ${PREFIX}/lib/X11/rasmol
${INSTALL_DATA} ${WRKSRC}/rasmol.hlp ${PREFIX}/lib/X11/rasmol
${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>