bd17d034f6
PR: ports/150663 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
40 lines
1 KiB
Makefile
40 lines
1 KiB
Makefile
# New ports collection makefile for: crow
|
|
# Date created: 11 May 2007
|
|
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= crow
|
|
PORTVERSION= 2.19.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A modern GUI builder for the GTK+ toolkit
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|
guiloader-c++.1:${PORTSDIR}/devel/guiloader-c++ \
|
|
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
RUN_DEPENDS= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
|
|
|
|
PROJECTHOST= nothing-personal
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-hidden-visibility
|
|
USE_LDCONFIG= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|