2007-05-27 21:50:37 +00:00
|
|
|
# New ports collection makefile for: crow
|
|
|
|
# Date created: 11 May 2007
|
|
|
|
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= crow
|
2009-06-18 12:26:37 +00:00
|
|
|
PORTVERSION= 2.15.0
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 3
|
2007-05-27 21:50:37 +00:00
|
|
|
CATEGORIES= devel gnome
|
2009-08-22 00:18:43 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}-designer/${PORTNAME}/${PORTVERSION}
|
2007-05-27 21:50:37 +00:00
|
|
|
|
2008-03-02 08:25:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-27 21:50:37 +00:00
|
|
|
COMMENT= A modern GUI builder for the GTK+ toolkit
|
|
|
|
|
2009-07-28 11:45:08 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
|
2008-04-04 12:33:43 +00:00
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
2009-06-18 12:26:37 +00:00
|
|
|
guiloader-c++.1:${PORTSDIR}/devel/guiloader-c++ \
|
2008-04-04 12:33:43 +00:00
|
|
|
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2009-06-18 12:26:37 +00:00
|
|
|
RUN_DEPENDS= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
|
2007-05-27 21:50:37 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-02-27 13:59:35 +00:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2007-05-27 21:50:37 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2008-04-04 12:33:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-06-18 12:26:37 +00:00
|
|
|
CONFIGURE_ARGS= --disable-hidden-visibility
|
2008-04-04 12:33:43 +00:00
|
|
|
USE_LDCONFIG= yes
|
2007-05-27 21:50:37 +00:00
|
|
|
|
2009-06-18 12:26:37 +00:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|hiddenvisibility|hidden_visibility|' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
-@${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime
|
|
|
|
|
2009-01-05 19:44:02 +00:00
|
|
|
.include <bsd.port.mk>
|