diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-26 11:01:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-26 11:01:09 +0000 |
commit | 4de77cefe0cfb3db0201a23d112448d725ff5913 (patch) | |
tree | c73a6e69f744d7167b16b9f4edc4205cbb68c19b /net/sobby | |
parent | a6c0dd327d659ede14c1cd0e2d341310d945ff68 (diff) | |
download | ports-4de77cefe0cfb3db0201a23d112448d725ff5913.tar.gz ports-4de77cefe0cfb3db0201a23d112448d725ff5913.zip |
Sobby is a stand-alone server for the collaborative editor gobby
and other obby users.
WWW: http://gobby.0x539.de
PR: ports/87692
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Notes
Notes:
svn path=/head/; revision=146380
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 32 | ||||
-rw-r--r-- | net/sobby/distinfo | 2 | ||||
-rw-r--r-- | net/sobby/pkg-descr | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile new file mode 100644 index 000000000000..7226468d9a8a --- /dev/null +++ b/net/sobby/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: sobby +# Date created: 2005-10-14 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# + +PORTNAME= sobby +PORTVERSION= 0.2.0 +CATEGORIES= net +MASTER_SITES= http://releases.0x539.de/sobby/ + +MAINTAINER= andreas@syndrom23.de +COMMENT= A standalone obby server + +LIB_DEPENDS= net6:${PORTSDIR}/net/net6 \ + obby:${PORTSDIR}/devel/obby \ + sigc++-2.0:${PORTSDIR}/devel/libsigc++20 \ + glibmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/sobby + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= "Some dependencies does not run on FreeBSD \< 5.x" +.endif + +.include <bsd.port.post.mk> diff --git a/net/sobby/distinfo b/net/sobby/distinfo new file mode 100644 index 000000000000..74b309457077 --- /dev/null +++ b/net/sobby/distinfo @@ -0,0 +1,2 @@ +MD5 (sobby-0.2.0.tar.gz) = 68e740d9ad051e7939de29fa2c28da56 +SIZE (sobby-0.2.0.tar.gz) = 104063 diff --git a/net/sobby/pkg-descr b/net/sobby/pkg-descr new file mode 100644 index 000000000000..a500378b0394 --- /dev/null +++ b/net/sobby/pkg-descr @@ -0,0 +1,4 @@ +Sobby is a stand-alone server for the collaborative editor gobby +and other obby users. + +WWW: http://gobby.0x539.de |