aboutsummaryrefslogtreecommitdiffstats
path: root/biology/molden/Makefile
blob: 0e2fd306947c225b4418d442f1492543b4c39c1a (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
47
48
49
50
51
52
53
# New ports collection makefile for:    molden
# Date created:     1998-11-14
# Whom:         rmiya
#
# $FreeBSD$
#

PORTNAME=   molden
PORTVERSION=    4.4
PORTREVISION=   1
CATEGORIES= biology
MASTER_SITES=   ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
DISTNAME=   ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=   .tar.Z
EXTRACT_ONLY=   ${PORTNAME}${PORTVERSION}.tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    Display molecular orbitals and electron densities in 2D and 3D

LIB_DEPENDS=    glut.4:${PORTSDIR}/graphics/libglut

USE_XLIB=   yes

RESTRICTED= "free for academic, non profit usage;"
NO_CDROM=   "Do not re-distribute source and executable."
NO_PACKAGE= "Though the source codes are accessible, the author is hoping for distribution in an original form."
MAKEFILE=   ${WRKSRC}/makefile

.include <bsd.port.pre.mk>

post-patch:
    ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c

post-configure:
    @${ECHO_MSG} "********************"
    @${ECHO_MSG} "**  If you want to use a larger MOLDEN,"
    @${ECHO_MSG} "**  edit change_parameter.sh and run it,"
    @${ECHO_MSG} "**  before \'make build\'."
    @${ECHO_MSG} "********************"

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/moldenogl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/molden
    ${MKDIR} ${PREFIX}/share/molden/test
    ${MKDIR} ${PREFIX}/share/molden/utils
    ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/molden
    ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/molden/test
    ${INSTALL_DATA} ${WRKSRC}/utils/* ${PREFIX}/share/molden/utils
.endif

.include <bsd.port.post.mk>