aboutsummaryrefslogtreecommitdiffstats
path: root/biology/mopac/Makefile
blob: 20eb7487a319eed01455f98c51c4ef9d94662afc (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:    mopac
# Date created:             1997-04-23
# Whom:                 Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   mopac
PORTVERSION=    7.${MOPAC_SUBVERSION}
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= biology
MASTER_SITES=   SF/${PORTNAME}7/${PORTNAME}7/${PORTNAME}7-1.00
DISTNAME=   ${PORTNAME}7-${MOPAC_SUBVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Semi-empirical (MNDO, etc.) molecular orbital calculation

LIB_DEPENDS=    f2c:${PORTSDIR}/lang/f2c

USE_GMAKE=  yes
USE_AUTOTOOLS=  aclocal automake autoconf libtool
ACLOCAL_ARGS=   -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS=  --add-missing --copy
MAKE_JOBS_SAFE= yes
USE_LDCONFIG=   yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MOPAC_SUBVERSION=   1.11

post-patch:
    @${REINPLACE_CMD} -e '/pkgconfig/s|$$(libdir)|$$(prefix)/libdata|g' \
        ${WRKSRC}/Makefile.am
    @${REINPLACE_CMD} -e '/usage/s|run_||g' \
        ${WRKSRC}/run_${PORTNAME}7

post-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/run_${PORTNAME}7 ${PREFIX}/bin/${PORTNAME}7
.if !defined(NOPORTEXAMPLES)
    @${MKDIR} ${EXAMPLESDIR}/test
    ${INSTALL_DATA} ${WRKSRC}/tests/*.dat ${EXAMPLESDIR}/test
.endif

.include <bsd.port.mk>