blob: 62c8f1a3fbc999c4cca0f0c83a236cd172130721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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>
|