blob: f45166b3f00b854bdb53bb8147d048498f0b0a8e (
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
|
# Ports collection makefile for: gobby
# Date created: 28 September 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= gobby
PORTVERSION= 0.4.5
CATEGORIES= editors
MASTER_SITES= http://releases.0x539.de/gobby/ \
http://www.atarininja.org/~wxs/distfiles/
MAINTAINER= wxs@FreeBSD.org
COMMENT= A free collaborative editor
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
net6-1.3:${PORTSDIR}/net/net6 \
obby-0.4:${PORTSDIR}/devel/obby
USE_XORG= x11
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig gtksourceview
PLIST_FILES= bin/gobby \
share/pixmaps/gobby.png \
share/pixmaps/gobby/userlist.png \
share/pixmaps/gobby/doclist.png \
share/pixmaps/gobby/chat.png
PLIST_DIRS= share/pixmaps/gobby
MAN1= gobby.1
.include <bsd.port.mk>
|