summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pangox-compat/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-17 02:45:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-17 02:45:54 +0800
commitf27f4c622619e98117ee014a26e2f51a7e7a22d7 (patch)
tree892db0f283a30677ef2c6376aa270a5e71a864a5 /x11-toolkits/pangox-compat/Makefile
parentc114910e393d1620e8eacaadc118f659ed8f4d09 (diff)
downloadmarcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar.gz
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar.bz2
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar.lz
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar.xz
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.tar.zst
marcuscom-ports-f27f4c622619e98117ee014a26e2f51a7e7a22d7.zip
These ports where committed to ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18646 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pangox-compat/Makefile')
-rw-r--r--x11-toolkits/pangox-compat/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile
deleted file mode 100644
index 05d41cfed..000000000
--- a/x11-toolkits/pangox-compat/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 18610 2013-06-30 16:33:05Z marcus $
-
-PORTNAME= pangox-compat
-PORTVERSION= 0.0.2
-CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Depricated pangoX support.
-
-BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango
-
-USE_XZ= yes
-USE_XORG= x11 ice
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USES= gmake pathfix pkgconfig
-USE_GNOME= glib20 pango
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-.include <bsd.port.mk>