diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-10 16:47:21 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-10 16:47:21 +0000 |
commit | c1672aedebfe0be8af7a29cf786054d3c512586c (patch) | |
tree | 1ec3ee8d27dbf796b7e7f3901fccbc9befc3bbea /x11-toolkits/libwnck | |
parent | 7d2a83b0edd132da67c69c9aefc5cd0c6accf198 (diff) | |
download | ports-c1672aedebfe0be8af7a29cf786054d3c512586c.tar.gz ports-c1672aedebfe0be8af7a29cf786054d3c512586c.zip |
Notes
Diffstat (limited to 'x11-toolkits/libwnck')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/libwnck/pkg-plist | 29 |
2 files changed, 11 insertions, 32 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 65081a5a17ab..dd51b4fd5017 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -16,13 +16,19 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists +USE_BZIP2= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 ltverhack +USE_GNOME= gnomehack gtk20 ltverhack referencehack USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 @@ -31,3 +37,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> + +.endif diff --git a/x11-toolkits/libwnck/pkg-plist b/x11-toolkits/libwnck/pkg-plist index a8b8c74d49d5..c6785092c048 100644 --- a/x11-toolkits/libwnck/pkg-plist +++ b/x11-toolkits/libwnck/pkg-plist @@ -15,34 +15,6 @@ lib/libwnck-1.la lib/libwnck-1.so lib/libwnck-1.so.18 libdata/pkgconfig/libwnck-1.0.pc -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/intro.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libwnck-WnckApplication.html -%%DOCSDIR%%/libwnck-WnckClassGroup.html -%%DOCSDIR%%/libwnck-WnckPager.html -%%DOCSDIR%%/libwnck-WnckPagerAccessible.html -%%DOCSDIR%%/libwnck-WnckPagerAccessibleFactory.html -%%DOCSDIR%%/libwnck-WnckScreen.html -%%DOCSDIR%%/libwnck-WnckTasklist.html -%%DOCSDIR%%/libwnck-WnckWindow.html -%%DOCSDIR%%/libwnck-WnckWorkspace.html -%%DOCSDIR%%/libwnck-WnckWorkspaceAccessible.html -%%DOCSDIR%%/libwnck-WnckWorkspaceAccessibleFactory.html -%%DOCSDIR%%/libwnck-private.html -%%DOCSDIR%%/libwnck-util.html -%%DOCSDIR%%/libwnck-window-action-menu.html -%%DOCSDIR%%/libwnck-window-menu.html -%%DOCSDIR%%/libwnck-wnck-enum-types.html -%%DOCSDIR%%/libwnck-xutils.html -%%DOCSDIR%%/libwnck.devhelp -%%DOCSDIR%%/libwnck.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png share/locale/am/LC_MESSAGES/libwnck.mo share/locale/ar/LC_MESSAGES/libwnck.mo share/locale/az/LC_MESSAGES/libwnck.mo @@ -123,6 +95,5 @@ share/locale/zh_TW/LC_MESSAGES/libwnck.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky -@dirrm %%DOCSDIR%% @dirrm include/libwnck-1.0/libwnck @dirrm include/libwnck-1.0 |