- tweak
This commit is contained in:
parent
1ed4352ed6
commit
d3056aac7b
@ -1,9 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2010/03/21 11:01:30 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/03/26 13:25:30 jasper Exp $
|
||||
|
||||
COMMENT= spreadsheet application for GNOME
|
||||
|
||||
GNOME_PROJECT= gnumeric
|
||||
GNOME_VERSION= 1.10.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
API_VERSION= 0.8.1 # from devel/goffice
|
||||
|
||||
SHARED_LIBS += spreadsheet 1.0
|
||||
CATEGORIES= math
|
||||
@ -54,6 +57,6 @@ CONFIGURE_ARGS= --with-gnome \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
SUBST_VARS= VERSION API_VERSION
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2010/03/26 12:48:02 jasper Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.8 2010/03/26 13:25:30 jasper Exp $
|
||||
lib/gnumeric/${VERSION}/plugins/applix/applix.so
|
||||
lib/gnumeric/${VERSION}/plugins/dif/dif.so
|
||||
lib/gnumeric/${VERSION}/plugins/excel/excel.so
|
||||
@ -38,6 +38,6 @@ lib/gnumeric/${VERSION}/plugins/sc/sc.so
|
||||
lib/gnumeric/${VERSION}/plugins/sylk/sylk.so
|
||||
lib/gnumeric/${VERSION}/plugins/uihello/plugin.so
|
||||
lib/gnumeric/${VERSION}/plugins/xbase/xbase.so
|
||||
lib/goffice/0.8.1/plugins/gnumeric/gnumeric.so
|
||||
lib/goffice/${API_VERSION}/plugins/gnumeric/gnumeric.so
|
||||
lib/libspreadsheet-${VERSION}.so
|
||||
lib/libspreadsheet.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.20 2010/03/26 12:48:02 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.21 2010/03/26 13:25:30 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/gnumeric
|
||||
@bin bin/gnumeric-${VERSION}
|
||||
@ -295,12 +295,12 @@ lib/gnumeric/${VERSION}/plugins/xbase/plugin.xml
|
||||
lib/gnumeric/${VERSION}/plugins/xbase/xbase.a
|
||||
lib/gnumeric/${VERSION}/plugins/xbase/xbase.la
|
||||
lib/goffice/
|
||||
lib/goffice/0.8.1/
|
||||
lib/goffice/0.8.1/plugins/
|
||||
lib/goffice/0.8.1/plugins/gnumeric/
|
||||
lib/goffice/0.8.1/plugins/gnumeric/gnumeric.a
|
||||
lib/goffice/0.8.1/plugins/gnumeric/gnumeric.la
|
||||
lib/goffice/0.8.1/plugins/gnumeric/plugin.xml
|
||||
lib/goffice/${API_VERSION}/
|
||||
lib/goffice/${API_VERSION}/plugins/
|
||||
lib/goffice/${API_VERSION}/plugins/gnumeric/
|
||||
lib/goffice/${API_VERSION}/plugins/gnumeric/gnumeric.a
|
||||
lib/goffice/${API_VERSION}/plugins/gnumeric/gnumeric.la
|
||||
lib/goffice/${API_VERSION}/plugins/gnumeric/plugin.xml
|
||||
lib/libspreadsheet.a
|
||||
lib/libspreadsheet.la
|
||||
lib/pkgconfig/libspreadsheet-1.10.pc
|
||||
|
Loading…
Reference in New Issue
Block a user