2003-06-16 00:59:42 +02:00
|
|
|
# New ports collection makefile for: gconfmm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/devel/gconfmm26/Makefile,v 1.18 2007/09/17 03:25:24 marcus Exp $
|
2003-06-16 00:59:42 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconfmm
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTVERSION= 2.20.0
|
2003-06-16 00:59:42 +02:00
|
|
|
CATEGORIES= devel gnome
|
2004-05-15 20:11:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2003-06-16 00:59:42 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 00:59:42 +02:00
|
|
|
COMMENT= C++ wrapper for gconf2 API library
|
|
|
|
|
2004-07-08 08:09:39 +02:00
|
|
|
LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
2006-10-14 10:54:54 +02:00
|
|
|
${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2003-06-16 00:59:42 +02:00
|
|
|
|
2004-07-08 13:04:13 +02:00
|
|
|
LATEST_LINK= gconfmm26
|
|
|
|
|
2004-07-08 08:09:39 +02:00
|
|
|
USE_BZIP2= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2003-06-16 00:59:42 +02:00
|
|
|
USE_GMAKE= yes
|
2007-05-24 08:07:46 +02:00
|
|
|
USE_GCC= 3.4+
|
2005-03-12 12:26:36 +01:00
|
|
|
USE_GNOME= gnomehack gconf2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-06-16 00:59:42 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
2004-07-08 08:09:39 +02:00
|
|
|
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2005-04-22 07:41:26 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
|
|
|
|
${WRKSRC}/tools/extra_defs_gen/Makefile.in
|
|
|
|
|
2003-06-16 00:59:42 +02:00
|
|
|
.include <bsd.port.mk>
|