blob: fb57277775f2f7509bbedd345567604f7b72c74b (
plain) (
blame)
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
37
38
39
40
41
|
# Ports collection makefile for: gobby
# Date created: 28 September 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= gobby
PORTVERSION= 0.4.12
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://releases.0x539.de/gobby/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free collaborative editor
LIB_DEPENDS= obby-0.4.1:${PORTSDIR}/devel/obby \
net6-1.3.0:${PORTSDIR}/net/net6 \
xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
OPTIONS= GTKSPELL "Enable GtkSpell support" off
USE_GNOME= gnomehack gtksourceview2
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
INSTALLS_ICONS= yes
MAN1= ${PORTNAME}.1
.include <bsd.port.pre.mk>
.if defined(WITH_GTKSPELL)
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
CONFIGURE_ARGS+=--with-gtkspell
.else
CONFIGURE_ARGS+=--without-gtkspell
.endif
.include <bsd.port.post.mk>
|