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
|
2004-07-14 11:04:53 +02:00
|
|
|
PORTVERSION= 2.6.0
|
2003-12-04 08:48:08 +01:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2004-07-14 11:04:53 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
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 \
|
2004-07-16 04:03:31 +02:00
|
|
|
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \
|
2004-07-14 11:04:53 +02:00
|
|
|
gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26
|
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_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-07-14 11:04:53 +02:00
|
|
|
USE_GCC= 3.3
|
2004-07-16 06:26:07 +02:00
|
|
|
USE_GNOME= gnomehack lthack gnomepanel
|
|
|
|
USE_INC_LIBTOOL_VER=13
|
2003-12-04 08:48:08 +01:00
|
|
|
INSTALLS_SHLIB= 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
|
|
|
|
|
2003-12-04 08:48:08 +01:00
|
|
|
.include <bsd.port.mk>
|