2000-12-19 12:39:27 +00: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-27 04:57:35 +00:00
|
|
|
PORTVERSION= 0.3.1
|
2000-12-19 12:39:27 +00:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
|
|
|
|
|
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
|
|
|
|
png.4:${PORTSDIR}/graphics/png
|
|
|
|
|
2000-12-31 14:57:08 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-12-19 12:39:27 +00:00
|
|
|
|
2000-12-31 14:57:08 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-12-19 12:39:27 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2001-02-27 04:57:35 +00:00
|
|
|
MAN6= freesci-tools.6 sciv.6
|
2000-12-19 12:39:27 +00:00
|
|
|
|
|
|
|
post-install:
|
2001-02-27 04:57:35 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-12-19 12:39:27 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/freesci
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
|
2001-02-27 04:57:35 +00:00
|
|
|
.endif
|
2000-12-19 12:39:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|