freebsd-ports/biology/linux-foldingathome/Makefile
Pav Lucistnik 940da0dc4a Folding@Home is a distributed computing project -- people from through out the
world download and run software to band together to make one of the largest
supercomputers in the world. Every computer makes the project closer to our
goals.
Folding@Home uses novel computational methods coupled to distributed computing,
to simulate problems thousands to millions of times more challenging than
previously achieved.

WWW: http://folding.standford.edu

PR:		ports/101235
Submitted by:	Yonatan <onatan@gmail.com>
2006-08-28 22:33:45 +00:00

43 lines
1.1 KiB
Makefile

# Ports collection makefile for: foldingathome
# Date created: 2/8/2006
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= foldingathome
PORTVERSION= 5.02
CATEGORIES= biology
MASTER_SITES= http://www.stanford.edu/group/pandegroup/release/
PKGNAMEPREFIX= linux-
DISTNAME= FAH${PORTVERSION:S/.//}-Linux
EXTRACT_SUFX= .exe
MAINTAINER= onatan@gmail.com
COMMENT= Distributed client for Protein Folding
USE_LINUX= yes
ONLY_FOR_ARCHS= i386 amd64
REINPLACE_ARGS=
PLIST_FILES= share/${PORTNAME}/${DISTNAME}${EXTRACT_SUFX} \
bin/FoldingAtHome
PLIST_DIRS= share/${PORTNAME}
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
do-build:
${BRANDELF} -t Linux ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX}
${CHMOD} 755 ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX}
do-install:
${MKDIR} ${PREFIX}/bin
${REINPLACE_CMD} -e "s|DATADIR|${DATADIR}|" ${SCRIPTDIR}/FoldingAtHome \
| ${REINPLACE_CMD} -e "s|BINNAME|${DISTNAME}${EXTRACT_SUFX}|" \
> ${PREFIX}/bin/FoldingAtHome
${CHMOD} 755 ${PREFIX}/bin/FoldingAtHome
${MKDIR} ${DATADIR}
${CP} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${DATADIR}/
.include <bsd.port.mk>