head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.28.02.43.16;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2001.02.27.17.22.26;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@module name conflict with print/gp, so remove it and I'll reimport it again
@
text
@# ex:ts=8
# New ports collection makefile for:	gp
# Date created:			Feb 28, 2001
# Whom:				Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: ports/biology/gp/Makefile,v 1.1 2001/02/27 17:22:26 ijliao Exp $
#

PORTNAME=	gp
PORTVERSION=	0.25
CATEGORIES=	biology
MASTER_SITES=	http://www.bioinformatics.org/genpak/download/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ijliao@@FreeBSD.org

LIB_DEPENDS=	gd.1:${PORTSDIR}/graphics/gd \
		png.4:${PORTSDIR}/graphics/png

USE_GMAKE=	yes

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

.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>
@


1.1
log
@add gp
GP is a set of small utilities to manipulate DNA sequences
@
text
@d6 1
a6 1
# $FreeBSD$
@

