summaryrefslogtreecommitdiff
path: root/biology/xylem/Makefile
blob: 81560ebe37318fd4da2dbdb40a5e9bda4898f4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $NetBSD: Makefile,v 1.1.1.1 2003/10/04 19:13:28 jschauma Exp $
#

DISTNAME=		xylem.1.8.7
PKGNAME=		xylem-1.8.7
WRKSRC=                 ${WRKDIR}/xylem/src.c
CATEGORIES=		biology
MASTER_SITES=		ftp://ftp.cc.umanitoba.ca/psgendb/
EXTRACT_SUFX=		.tar.Z

MAINTAINER=		hdp@cs.nmsu.edu
HOMEPAGE=		http://home.cc.umanitoba.ca/~psgendb/XYLEM.html
COMMENT=		Tools for manipulation of genetic databases

USE_BUILDLINK2=		YES

do-configure:
	${CP} ${WRKSRC}/p2c.h.standard ${WRKSRC}/p2c.h

# Rename some binaries to avoid confusion with base system or conflicts
post-build:
	${RM} -f ${WRKSRC}/../test/testxylem.csh.orig
	${MV} ${WRKSRC}/identify ${WRKSRC}/xyl-identify
	${MV} ${WRKSRC}/shuffle ${WRKSRC}/xyl-shuffle

do-install:
.for PROGRAM in dbstat getloc getob xyl-identify prot2nuc reform ribosome \
	splitdb xyl-shuffle flat2phyl phyl2flat
	${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
.endfor
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xylem
	${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/xylem/
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xylem
	${INSTALL_DATA} ${WRKSRC}/../test/sample.* ${PREFIX}/share/examples/xylem
	${INSTALL_SCRIPT} ${WRKSRC}/../test/testxylem.csh ${PREFIX}/share/examples/xylem

.include "../../mk/bsd.pkg.mk"