freebsd-ports/x11-toolkits/libpanelappletmm/Makefile

38 lines
946 B
Makefile
Raw Normal View History

# 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
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= bland@FreeBSD.org
2004-07-14 11:04:53 +02:00
COMMENT= C++ wrapper for libpanelapplet library
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
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
2004-07-14 11:04:53 +02:00
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack lthack gnomepanel
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
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
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
${WRKSRC}/tools/extra_defs_gen/Makefile.in
2004-07-14 11:04:53 +02:00
.include <bsd.port.mk>