diff options
author | sf <sf@FreeBSD.org> | 2000-12-31 22:57:08 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2000-12-31 22:57:08 +0800 |
commit | 46175411ef07a2a82a5ca82f9e8d133f068caf41 (patch) | |
tree | 52f4c2a99f9228021c10ecf778e20e8425591991 /games | |
parent | dcb4d9b32f331cf3dcbad76a3b1ff7fd48696e1e (diff) | |
download | freebsd-ports-gnome-46175411ef07a2a82a5ca82f9e8d133f068caf41.tar.gz freebsd-ports-gnome-46175411ef07a2a82a5ca82f9e8d133f068caf41.tar.zst freebsd-ports-gnome-46175411ef07a2a82a5ca82f9e8d133f068caf41.zip |
add missing files to pkg-plist.
PR: 23844
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
HAS_CONFIGURE -> GNU_CONFIGURE to support PREFIX.
CFLAGS -> CPPFLAGS to honor CFLAGS.
Approved by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/freesci/Makefile | 4 | ||||
-rw-r--r-- | games/freesci/pkg-plist | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 2dfbcd6e9e6d..928c8b4e39fa 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -15,9 +15,9 @@ MAINTAINER= greid@ukug.uk.freebsd.org LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \ png.4:${PORTSDIR}/graphics/png -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GLIB= yes diff --git a/games/freesci/pkg-plist b/games/freesci/pkg-plist index 2b9283a59761..51a73523e706 100644 --- a/games/freesci/pkg-plist +++ b/games/freesci/pkg-plist @@ -6,6 +6,9 @@ bin/sciconsole bin/scidisasm bin/listwords bin/sciv +lib/libscicore.a +lib/libsciengine.a +lib/libscigraphics.a lib/libscisound.a share/freesci/sci.sgml @dirrm share/freesci |