aboutsummaryrefslogtreecommitdiffstats
path: root/net/sobby/Makefile
blob: 207d2280608425496cc51e67ab193f10e44369ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Ports collection makefile for:    sobby
# Date created:             2005-10-14
# Whom:                 Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#

PORTNAME=   sobby
PORTVERSION=    0.4.5
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://releases.0x539.de/sobby/ \
        http://www.atarininja.org/~wxs/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A standalone obby server

LIB_DEPENDS=    net6:${PORTSDIR}/net/net6 \
        obby:${PORTSDIR}/devel/obby \
        xml++:${PORTSDIR}/textproc/libxml++26 \
        sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
        glibmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24

MAN1=   sobby.1
MANCOMPRESSED=  no

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes

PLIST_FILES=    bin/sobby

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/sobby ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/sobby.1 ${PREFIX}/man/man1

.include <bsd.port.mk>