22 lines
501 B
Makefile
22 lines
501 B
Makefile
# 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.3 2011/06/06 17:50:29 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"
|