1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/freesci/Makefile
Steve Price 5ad7c75da9 Update to version 0.3.1.
PR:		25401
Submitted by:	maintainer
2001-02-27 04:57:35 +00:00

32 lines
695 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.linuxgames.com/freesci/
MAINTAINER= greid@ukug.uk.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>