mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
cbb4dd7664
o Update devel/obby to 0.3.0 [1] o Update editors/gobby to 0.3.0 [2] o Update net/sobby to 0.3.0 [3] PR: ports/90520 Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2], Andreas Kohn <andreas@syndrom23.de> [3] Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
29 lines
633 B
Makefile
29 lines
633 B
Makefile
# Ports collection makefile for: gobby
|
|
# Date created: 28 September 2005
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gobby
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://releases.0x539.de/gobby/
|
|
|
|
MAINTAINER= wxs@csh.rit.edu
|
|
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.2.0:${PORTSDIR}/net/net6 \
|
|
obby-0.3.0:${PORTSDIR}/devel/obby
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack pkgconfig gtksourceview
|
|
USE_GCC= 3.4
|
|
|
|
PLIST_FILES= bin/gobby
|
|
|
|
.include <bsd.port.mk>
|