diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-17 15:02:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-17 15:02:28 +0000 |
commit | 491d1c60fefa7a88c7623438bf38db1badfee041 (patch) | |
tree | 9accb440a8427255cd98f439cbc363ca881c8028 /editors/gobby/Makefile | |
parent | 93e98b9364735ccc387b3938671e03399a924029 (diff) |
Notes
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r-- | editors/gobby/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile new file mode 100644 index 000000000000..6fc3b9c0054e --- /dev/null +++ b/editors/gobby/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: gobby +# Date created: 28 September 2005 +# Whom: Wesley Shields <wxs@csh.rit.edu> +# +# $FreeBSD$ +# + +PORTNAME= gobby +PORTVERSION= 0.2.2 +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.1.0:${PORTSDIR}/net/net6 \ + obby-0.2.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> |