2004-04-11 06:07:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2004/04/11 04:07:49 snj Exp $
|
2003-09-28 01:18:26 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= profit
|
|
|
|
PKGNAME= profit-2.2
|
|
|
|
CATEGORIES= biology
|
|
|
|
MASTER_SITES= http://www.rubic.rdg.ac.uk/~andrew/bioinf.org/software/profit/235216/
|
|
|
|
|
|
|
|
MAINTAINER= hdp@cs.nmsu.edu
|
|
|
|
HOMEPAGE= http://www.rubic.rdg.ac.uk/~andrew/bioinf.org/software/profit/index.html
|
|
|
|
COMMENT= Performs least squares fits of two protein structures
|
|
|
|
|
|
|
|
ALL_TARGET= ${DISTNAME}
|
2004-04-11 06:07:05 +02:00
|
|
|
USE_BUILDLINK3= YES
|
2004-01-20 13:07:06 +01:00
|
|
|
WRKSRC= ${WRKDIR}/ProFitV2.2/src
|
2003-09-28 01:18:26 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/profit ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/profit
|
|
|
|
.for sufx in dvi ps tex
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/ProFit.${sufx} \
|
|
|
|
${PREFIX}/share/doc/profit
|
|
|
|
.endfor
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/profit
|
|
|
|
cd ${WRKSRC}/../doc/ProFit/ && \
|
|
|
|
${PAX} -rw . ${PREFIX}/share/doc/html/profit/
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|