2000-07-31 19:13:54 +00:00
|
|
|
# New ports collection makefile for: emboss
|
|
|
|
# Date created: 31 July 2000
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= emboss
|
2000-09-08 10:07:13 +00:00
|
|
|
PORTVERSION= 1.5.0
|
2000-07-31 19:13:54 +00:00
|
|
|
CATEGORIES= biology
|
2000-09-08 10:07:13 +00:00
|
|
|
MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/ \
|
|
|
|
ftp://ftp.no.embnet.org/pub/EMBOSS/
|
2000-07-31 19:13:54 +00:00
|
|
|
DISTNAME= EMBOSS-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= johann@egenetics.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \
|
|
|
|
png.4:${PORTSDIR}/graphics/png
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2000-09-22 10:24:52 +00:00
|
|
|
USE_XLIB= yes
|
2000-07-31 19:13:54 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gd" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-09-07 14:02:52 +00:00
|
|
|
DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for DIR in ${DOC_DIRS}
|
|
|
|
@ ${PERL} -pi.orig -e \
|
|
|
|
"s#share/\\$$\(PACKAGE\)/doc#share/doc/\\$$\(PACKAGE\)#" \
|
|
|
|
${WRKSRC}/${DIR}/Makefile.in
|
|
|
|
.endfor
|
|
|
|
|
2000-08-12 16:15:48 +00:00
|
|
|
post-install:
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/emboss/acd/emboss.default \
|
|
|
|
${PREFIX}/etc/emboss.default.sample
|
|
|
|
.if !defined(BATCH)
|
|
|
|
@ ${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
|
|
|
|
2000-07-31 19:13:54 +00:00
|
|
|
.include <bsd.port.mk>
|