2f8a8d10af
- Update devel/guiloader-c++ to version 2.13.1 - Update devel/crow to version 2.13.0 PR: 131845 Submitted by: Ports Fury
30 lines
803 B
Makefile
30 lines
803 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.13.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= SF/crow-designer
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A modern GUI builder for the GTK+ toolkit
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost \
|
|
guiloader-c++>=2.13.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.13.0:${PORTSDIR}/devel/guiloader-c++ \
|
|
xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|