aboutsummaryrefslogtreecommitdiffstats
path: root/games/freesci/Makefile
blob: 9a4c1a733b7937787b6f0b174beaca7be0a5c852 (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
# New ports collection makefile for:    freesci
# Date created:             17 December 2000
# Whom:                 George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=       freesci
PORTVERSION=        0.3.1
CATEGORIES=     emulators
MASTER_SITES=       ftp://ftp.task.gda.pl/pub/games/linuxgames/freesci/ \
            ftp://ftp.shaftnet.org/pub/freesci/ \
            http://pelit.saunalahti.fi/telenation/linuxgames/freesci/

MAINTAINER=     greid@FreeBSD.org

LIB_DEPENDS=        ggi.2:${PORTSDIR}/graphics/libggi \
            png.4:${PORTSDIR}/graphics/png

GNU_CONFIGURE=      yes

CONFIGURE_ENV=      CPPFLAGS="-I${LOCALBASE}/include" \
            LDFLAGS="-L${LOCALBASE}/lib"

MAN6=           freesci-tools.6 sciv.6

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/freesci
    @${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
.endif

.include <bsd.port.mk>