blob: cd425388a9b98c2f85d7e1aa335a1f55431d04a8 (
plain) (
blame)
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
38
39
40
41
42
43
44
45
46
|
# New ports collection makefile for: NCBI
# Date created: 03 April 2000
# Whom: tonym
#
# $FreeBSD$
#
PORTNAME= ncbi.toolkit
PORTVERSION= 2000.07.07
CATEGORIES= biology
MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/
DISTNAME= ncbi
DIST_SUBDIR= ncbi
MAINTAINER= tony.maher@ebioinformatics.com
REQUIRES_MOTIF= yes
#
# In the files directory we have:
#
DUMMYMAKE= Makefile
#
# out of it for the post-install when we put in system startup file.
#
PLATFORMDIR= ${WRKSRC}/platform
BUILDSCRIPT= ${WRKSRC}/make/makedis.csh
#
# Thus ends the definitions
#
#
# We need a dummy top level Makefile as NCBI has scripts that need to
# run from point above ncbi hierachy.
#
pre-configure:
@${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC}
@${CP} ${FILESDIR}/freebsd.ncbi.mk ${PLATFORMDIR}
@${PERL} -pi.orig -e 's#NetBSD#FreeBSD#;' -e 's#netbsd#freebsd#' ${BUILDSCRIPT}
.include <bsd.port.mk>
|