mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3901a1023c
PR: 112085 Submitted by: miwi Approved by: maintainer
38 lines
911 B
Makefile
38 lines
911 B
Makefile
# Ports collection makefile for: gobby
|
|
# Date created: 28 September 2005
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gobby
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://releases.0x539.de/gobby/ \
|
|
http://www.atarininja.org/~wxs/distfiles/
|
|
|
|
MAINTAINER= wxs@atarininja.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_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack pkgconfig gtksourceview
|
|
USE_GCC= 3.4
|
|
|
|
CONFIGURE_ARGS= "--mandir=${PREFIX}/man"
|
|
|
|
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 share/pixmaps
|
|
|
|
MAN1= gobby.1
|
|
|
|
.include <bsd.port.mk>
|