mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
32 lines
828 B
Makefile
32 lines
828 B
Makefile
# New ports collection makefile for: py-libgsf
|
|
# Date created: Oct 3, 2006
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/py-libgsf/Makefile,v 1.1 2006/10/04 00:34:55 ahze Exp $
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel gnome python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Python wrapper for libgsf
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/python
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgsf
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
USE_GNOME= gnomehack libgsf_gnome gnomevfs2 ltverhack intlhack pygtk2
|
|
USE_PYTHON= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
|
|
--disable-gtk-doc --with-bz2 --with-gnome --with-python
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS=
|
|
GSF_SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|