1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/freesci/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

35 lines
888 B
Makefile

# 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
COMMENT= A portable interpreter for SCI games, such as the Space Quest series.
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
png.5:${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>