summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libwnck/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-14 22:22:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-14 22:22:30 +0800
commit0f47467dfec21766488be83823d48d6518b48fc2 (patch)
tree43bb088365784846d60a783fc6ddf34b733b3588 /x11-toolkits/libwnck/Makefile
parentf7f4925e3bab96d9874789396f3a7aa669fab29d (diff)
downloadmarcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar.gz
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar.bz2
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar.lz
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar.xz
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.tar.zst
marcuscom-ports-0f47467dfec21766488be83823d48d6518b48fc2.zip
No longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r--x11-toolkits/libwnck/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
deleted file mode 100644
index af2ca8dad..000000000
--- a/x11-toolkits/libwnck/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= libwnck
-PORTVERSION= 2.30.7
-PORTREVISION?= 1
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Library used for writing pagers and taskslists
-
-USES= tar:xz
-
-.if !defined(REFERENCE_PORT)
-
-USE_XORG= xres x11
-USE_GNOME= gtk20 referencehack intlhack introspection
-USES+= bison gettext gmake libtool pathfix pkgconfig
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= STARTUP
-OPTIONS_DEFAULT=STARTUP
-STARTUP_DESC= Startup notification support
-STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
-STARTUP_CONFIGURE_ENABLE= startup-notification
-
-.include <bsd.port.mk>
-
-.endif