2003-12-04 08:48:08 +01:00
|
|
|
# New ports collection makefile for: libpanelappletmm
|
|
|
|
# Date created: 3 Dec 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libpanelappletmm
|
2009-05-17 15:51:37 +02:00
|
|
|
PORTVERSION= 2.26.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2003-12-04 08:48:08 +01:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-12-04 08:48:08 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2004-07-14 11:04:53 +02:00
|
|
|
COMMENT= C++ wrapper for libpanelapplet library
|
2003-12-04 08:48:08 +01:00
|
|
|
|
2004-07-14 11:04:53 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
2009-05-17 15:51:37 +02:00
|
|
|
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
2003-12-04 08:48:08 +01:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2004-07-14 11:04:53 +02:00
|
|
|
USE_BZIP2= yes
|
2003-12-04 08:48:08 +01:00
|
|
|
USE_GMAKE= yes
|
2004-07-16 06:26:07 +02:00
|
|
|
USE_GNOME= gnomehack lthack gnomepanel
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-03-29 14:53:22 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-12-04 08:48:08 +01:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
2004-07-14 11:04:53 +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
|
2004-07-14 11:04:53 +02:00
|
|
|
|
2003-12-04 08:48:08 +01:00
|
|
|
.include <bsd.port.mk>
|