From 46175411ef07a2a82a5ca82f9e8d133f068caf41 Mon Sep 17 00:00:00 2001 From: sf Date: Sun, 31 Dec 2000 14:57:08 +0000 Subject: add missing files to pkg-plist. PR: 23844 Submitted by: David W. Chapman Jr. HAS_CONFIGURE -> GNU_CONFIGURE to support PREFIX. CFLAGS -> CPPFLAGS to honor CFLAGS. Approved by: maintainer --- emulators/freesci/Makefile | 4 ++-- emulators/freesci/pkg-plist | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/freesci/Makefile b/emulators/freesci/Makefile index 2dfbcd6..928c8b4 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 2b9283a..51a7352 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 -- cgit v1.1