2000-12-19 07:39:27 -05:00
|
|
|
# New ports collection makefile for: freesci
|
|
|
|
# Date created: 17 December 2000
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= freesci
|
2001-02-26 23:57:35 -05:00
|
|
|
PORTVERSION= 0.3.1
|
2000-12-19 07:39:27 -05:00
|
|
|
CATEGORIES= emulators
|
2001-04-22 06:54:12 -04:00
|
|
|
MASTER_SITES= ftp://ftp.task.gda.pl/pub/games/linuxgames/freesci/ \
|
|
|
|
ftp://ftp.shaftnet.org/pub/freesci/ \
|
|
|
|
http://pelit.saunalahti.fi/telenation/linuxgames/freesci/
|
2000-12-19 07:39:27 -05:00
|
|
|
|
2001-04-22 06:54:12 -04:00
|
|
|
MAINTAINER= greid@FreeBSD.org
|
2000-12-19 07:39:27 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
|
2001-09-10 23:32:41 -04:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2000-12-19 07:39:27 -05:00
|
|
|
|
2000-12-31 09:57:08 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2000-12-19 07:39:27 -05:00
|
|
|
|
2000-12-31 09:57:08 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-12-19 07:39:27 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2001-02-26 23:57:35 -05:00
|
|
|
MAN6= freesci-tools.6 sciv.6
|
2000-12-19 07:39:27 -05:00
|
|
|
|
|
|
|
post-install:
|
2001-02-26 23:57:35 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-12-19 07:39:27 -05:00
|
|
|
@${MKDIR} ${PREFIX}/share/freesci
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
2001-02-26 23:57:35 -05:00
|
|
|
.endif
|
2000-12-19 07:39:27 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|