aboutsummaryrefslogtreecommitdiffstats
path: root/biology/gperiodic/Makefile
blob: d8238a788ad4998663aaae5854768d2c9232f133 (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
# New ports collection makefile for:    gperiodic
# Date created:             16 July 1999
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=   gperiodic
PORTVERSION=    1.3.2
CATEGORIES= biology
MASTER_SITES=   ftp://ftp.seul.org/pub/gperiodic/

MAINTAINER= ports@FreeBSD.org

USE_X_PREFIX=   yes
USE_GTK=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       gperiodic.1

post-extract:
    @${LN} -sf Makefile.in.in ${WRKSRC}/po/Makefile.in

post-install:
    ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog README
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>