mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
52b82e19ed
- gets() -> fgets() - Add WWW: line into pkg/DESCR Also bumped PORTREVISION to 1 PR: 21572 Submitted by: tkato@prontomail.ne.jp <KATO@FreeBSD.ORG, Tsuguru@FreeBSD.ORG> Reviewed by: will Approved by: MAINTAINER (dbader@eece.unm.edu)
28 lines
614 B
Makefile
28 lines
614 B
Makefile
# New ports collection makefile for: clustalw
|
|
# Date created: 6 July 2000
|
|
# Whom: dbader@eece.unm.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clustalw
|
|
PORTVERSION= 1.81
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://ftp-igbmc.u-strasbg.fr/pub/ClustalW/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}.UNIX
|
|
|
|
MAINTAINER= dbader@eece.unm.edu
|
|
|
|
PORTREVISION= 1
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
|
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= # empty
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/clustalw ${PREFIX}/bin
|
|
@${MKDIR} ${PREFIX}/share/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/clustalw_help ${PREFIX}/share/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|