summaryrefslogtreecommitdiffstats
path: root/devel/libsoup-gnome/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-06 05:11:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-06 05:11:10 +0800
commitf43cac6a35ca44cd624e06b905876b0cf7378b20 (patch)
tree9c53edd0801fc5866c5ae4466ff097162b392693 /devel/libsoup-gnome/Makefile
parentccc8fdb702b4ead90f43a9e234d81a9ffe3c3df9 (diff)
downloadmarcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.gz
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.bz2
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.lz
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.xz
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.tar.zst
marcuscom-ports-f43cac6a35ca44cd624e06b905876b0cf7378b20.zip
Update to 2.31.2.
And split off the gnome part in its own port. (a bit hackish if you ask me). PR: ports/141033 Submitted by: Bapt <baptiste.daroussin@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14180 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup-gnome/Makefile')
-rw-r--r--devel/libsoup-gnome/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile
new file mode 100644
index 000000000..16596630b
--- /dev/null
+++ b/devel/libsoup-gnome/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= devel gnome
+PKGNAMESUFFIX= -gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME wrapper for libsoup
+
+MASTERDIR= ${.CURDIR}/../libsoup
+#BUILD_WRKSRC= ${WRKSRC}/gsf-gnome
+#INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+SOUP_SLAVE= yes
+
+#post-install:
+# @${MKDIR} ${PREFIX}/libdata/pkgconfig
+# @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \
+# ${PREFIX}/libdata/pkgconfig/
+
+.include "${MASTERDIR}/Makefile"