diff options
Diffstat (limited to 'emulators/freesci/Makefile')
-rw-r--r-- | emulators/freesci/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/freesci/Makefile b/emulators/freesci/Makefile new file mode 100644 index 000000000000..2dfbcd6e9e6d --- /dev/null +++ b/emulators/freesci/Makefile @@ -0,0 +1,29 @@ +# 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.0 +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 + +HAS_CONFIGURE= yes + +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +USE_GLIB= yes + +post-install: + @${MKDIR} ${PREFIX}/share/freesci + @${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci + +.include <bsd.port.mk> |