diff options
Diffstat (limited to 'devel/libsoup-gnome/Makefile')
-rw-r--r-- | devel/libsoup-gnome/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile new file mode 100644 index 000000000..e7dd27dd9 --- /dev/null +++ b/devel/libsoup-gnome/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libgsf +# Date created: 11 September 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/libsoup-gnome/Makefile,v 1.1 2010/06/05 21:11:10 kwm Exp $ +# + +PORTREVISION= 1 +CATEGORIES= devel gnome +PKGNAMESUFFIX= -gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME wrapper for libsoup + +MASTERDIR= ${.CURDIR}/../libsoup +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +SOUP_SLAVE= yes + +.include "${MASTERDIR}/Makefile" |