freebsd-ports/devel/crow/Makefile
Martin Wilke 68674f462f Crow is a modern GUI builder for the GTK+ toolkit. It is an advanced
IDE-embeddable RAD tool designed to fulfill the needs of desktop programmers
who want to create multi-platform GTK+ based applications with minimal
GUI coding. Crow is full-featured yet lightweight: its tree-based Property
Explorer solves many GUI constructing tasks in a versatile manner without
additional popup dialogs. The project is targeted to develop a tool that
is coherent and productive for experienced GTK+ users as well as simple
and accessible for newcomers.

WWW: http://crow-designer.sourceforge.net/

PR:		ports/112618
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-05-27 21:50:37 +00:00

35 lines
975 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.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crow-designer
MAINTAINER= liu_yinghong@yahoo.com.cn
COMMENT= A modern GUI builder for the GTK+ toolkit
LIB_PC_DEPENDS= guiloader-c++.pc:${PORTSDIR}/devel/guiloader-c++
LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= atk glib20 gtk20 pango
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/Makefile.in
.include <bsd.port.mk>