freebsd-ports/biology/fastdnaml/Makefile
James E. Housley 9d42f7d725 gmake is needed
Submitted by:	bento
2000-10-24 10:33:47 +00:00

32 lines
837 B
Makefile

# New ports collection makefile for: fastDNAml
# Date created: 12 Oct 2000
# Whom: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
#
# $FreeBSD$
#
PORTNAME= fastdnaml
PORTVERSION= 1.2.2
CATEGORIES= biology
MASTER_SITES= http://geta.life.uiuc.edu:80/~gary/programs/fastDNAml/
DISTNAME= fastDNAml_${PORTVERSION}
MAINTAINER= mzaki@e-mail.ne.jp
USE_GMAKE= yes
do-build:
@(cd ${WRKSRC}/source; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/fastDNAml ${PREFIX}/bin
${MKDIR} ${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME}
.endif
.include <bsd.port.mk>