aboutsummaryrefslogtreecommitdiffstats
path: root/biology/genpak/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-10 01:37:03 +0800
committerijliao <ijliao@FreeBSD.org>2001-08-10 01:37:03 +0800
commit304b8a037f30ce71be71139d32d1f50c2c87c8de (patch)
treef36a757eda60f0e3564351d356f8f23fcb18dc0c /biology/genpak/Makefile
parent1b82f1ce2e8a6604f7eb34ff25468e0204b74388 (diff)
downloadfreebsd-ports-gnome-304b8a037f30ce71be71139d32d1f50c2c87c8de.tar.gz
freebsd-ports-gnome-304b8a037f30ce71be71139d32d1f50c2c87c8de.tar.zst
freebsd-ports-gnome-304b8a037f30ce71be71139d32d1f50c2c87c8de.zip
upgrade to 0.26
drop maintainership
Diffstat (limited to 'biology/genpak/Makefile')
-rw-r--r--biology/genpak/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile
index 3e4d8c9131ce..84dc387dea4f 100644
--- a/biology/genpak/Makefile
+++ b/biology/genpak/Makefile
@@ -7,31 +7,27 @@
#
PORTNAME= genpak
-PORTVERSION= 0.25
+PORTVERSION= 0.26
CATEGORIES= biology
MASTER_SITES= http://www.bioinformatics.org/genpak/download/
DISTNAME= gp-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
png.4:${PORTSDIR}/graphics/png
USE_GMAKE= yes
+MAKE_ENV= GMAKE="${GMAKE}" MANPREFIX="${MANPREFIX}"
-MAN1= Genpak.1 gp_acc.1 gp_cusage.1 gp_digest.1 gp_dimer.1 gp_findorf.1 \
- gp_gc.1 gp_getseq.1 gp_matrix.1 gp_mkmtx.1 gp_pattern.1 gp_qs.1 \
- gp_randseq.1 gp_seq2prot.1 gp_slen.1 gp_tm.1 gp_trimer.1 gp_primer.1
+MAN1= Genpak.1 gp_acc.1 gp_adjust.1 gp_cdndev.1 gp_cusage.1 gp_digest.1 \
+ gp_dimer.1 gp_findorf.1 gp_gc.1 gp_getseq.1 gp_matrix.1 gp_mkmtx.1 \
+ gp_pattern.1 gp_qs.1 gp_randseq.1 gp_seq2prot.1 gp_slen.1 gp_tm.1 \
+ gp_trimer.1 gp_primer.1
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install docs
.endif
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \
- s|%%MANPREFIX%%|${MANPREFIX}|g ; \
- s|%%DOCDIR%%|${PREFIX}/share/doc|g ; \
- s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Makefile
-
.include <bsd.port.mk>