freebsd-ports/biology/sim4/Makefile
Kirill Ponomarev 03062baaf5 - Update to version 2003.09.21
PR:		ports/64160
Submitted by:	Liam J. Foy <liamfoy@sepulcrum.org>
2004-03-12 13:53:23 +00:00

31 lines
698 B
Makefile

# New ports collection makefile for: sim4
# Date created: 27 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= sim4
PORTVERSION= 2003.09.21
CATEGORIES= biology
MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/./-/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= An algorithm for aligning expressed DNA with genomic sequences
WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
USE_REINPLACE= yes
ALL_TARGET= sim4
PLIST_FILES= bin/sim4
post-patch:
${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
.include <bsd.port.mk>