mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +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]
33 lines
731 B
Makefile
33 lines
731 B
Makefile
# Ports collection makefile for: sobby
|
|
# Date created: 2005-10-14
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sobby
|
|
PORTVERSION= 0.3.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>
|