mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
a6c0dd327d
commit
4de77cefe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146380
@ -793,6 +793,7 @@
|
||||
SUBDIR += smokeping
|
||||
SUBDIR += sniffit
|
||||
SUBDIR += sntop
|
||||
SUBDIR += sobby
|
||||
SUBDIR += socat
|
||||
SUBDIR += socketbind
|
||||
SUBDIR += socketpipe
|
||||
|
32
net/sobby/Makefile
Normal file
32
net/sobby/Makefile
Normal file
@ -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>
|
2
net/sobby/distinfo
Normal file
2
net/sobby/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (sobby-0.2.0.tar.gz) = 68e740d9ad051e7939de29fa2c28da56
|
||||
SIZE (sobby-0.2.0.tar.gz) = 104063
|
4
net/sobby/pkg-descr
Normal file
4
net/sobby/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Sobby is a stand-alone server for the collaborative editor gobby
|
||||
and other obby users.
|
||||
|
||||
WWW: http://gobby.0x539.de
|
Loading…
Reference in New Issue
Block a user