diff options
| author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-31 14:57:08 +0000 |
|---|---|---|
| committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-31 14:57:08 +0000 |
| commit | ed7c187e714bec96a7bca7f8747555a392fefa20 (patch) | |
| tree | d3e401fd94c5a8eb42f2a31e9453a78c3d135408 /emulators/freesci | |
| parent | e73d2c76766aeca2eb594708689850a66989a6fd (diff) | |
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 'emulators/freesci')
| -rw-r--r-- | emulators/freesci/Makefile | 4 | ||||
| -rw-r--r-- | emulators/freesci/pkg-plist | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/freesci/Makefile b/emulators/freesci/Makefile index 2dfbcd6e9e6d..928c8b4e39fa 100644 --- a/emulators/freesci/Makefile +++ b/emulators/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/emulators/freesci/pkg-plist b/emulators/freesci/pkg-plist index 2b9283a59761..51a73523e706 100644 --- a/emulators/freesci/pkg-plist +++ b/emulators/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 |
