1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/crow/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
858 B
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.11.3
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= SF/crow-designer
MAINTAINER= ports@FreeBSD.org
COMMENT= A modern GUI builder for the GTK+ toolkit
BUILD_DEPENDS= guiloader-c++>=2.12.0:${PORTSDIR}/devel/guiloader-c++
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
RUN_DEPENDS= guiloader-c++>=2.12.0:${PORTSDIR}/devel/guiloader-c++ \
xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Fails to compile
.endif
.include <bsd.port.post.mk>