summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pangox-compat/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-30 18:23:38 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-30 18:23:38 +0800
commit7d4cd112c30575f2e7a24fdcd421d6b899a27465 (patch)
treef4034fca5523fc489bcef48fe0e2a386c42b2f51 /x11-toolkits/pangox-compat/Makefile
parent1abc66fddb753f906d1042cd7062b2f4c1cdd213 (diff)
downloadmarcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar.gz
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar.bz2
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar.lz
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar.xz
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.tar.zst
marcuscom-ports-7d4cd112c30575f2e7a24fdcd421d6b899a27465.zip
add pangox-compat. pangox was removed from the pango package.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17255 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pangox-compat/Makefile')
-rw-r--r--x11-toolkits/pangox-compat/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile
new file mode 100644
index 000000000..c3e357c1a
--- /dev/null
+++ b/x11-toolkits/pangox-compat/Makefile
@@ -0,0 +1,27 @@
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= pangox-compat
+PORTVERSION= 0.0.2
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Depricated pangoX support.
+
+USE_XZ= yes
+
+USE_XORG= x11 ice
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+USES= pathfix
+USE_GNOME= glib20 pango
+USE_PKGCONFIG= build
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>