2005-10-26 12:55:27 +02:00
|
|
|
# Ports collection makefile for: obby
|
|
|
|
# Date created: 2005-10-14
|
|
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= obby
|
2009-02-13 15:29:32 +01:00
|
|
|
PORTVERSION= 0.4.7
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-10-26 12:55:27 +02:00
|
|
|
CATEGORIES= devel
|
2007-03-27 16:33:58 +02:00
|
|
|
MASTER_SITES= http://releases.0x539.de/obby/ \
|
|
|
|
http://www.atarininja.org/~wxs/distfiles/
|
2005-10-26 12:55:27 +02:00
|
|
|
|
2009-09-09 21:19:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-26 12:55:27 +02:00
|
|
|
COMMENT= A library for synced document buffers
|
|
|
|
|
2006-11-02 21:15:25 +01:00
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
2005-10-26 12:55:27 +02:00
|
|
|
net6:${PORTSDIR}/net/net6
|
|
|
|
|
2009-05-09 04:46:09 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --without-howl
|
|
|
|
USE_LDCONFIG= yes
|
2005-10-26 12:55:27 +02:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
2009-05-09 04:46:09 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2005-10-26 12:55:27 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
2009-05-09 04:46:09 +02:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
2005-10-26 12:55:27 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
2007-04-20 04:07:54 +02:00
|
|
|
@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' \
|
2005-10-26 12:55:27 +02:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2007-04-20 04:07:54 +02:00
|
|
|
.include <bsd.port.mk>
|