2006-10-08 08:33:08 +02:00
|
|
|
# New ports collection makefile for: neonpp
|
|
|
|
# Date created: 2006-10-06
|
|
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= neonpp
|
2007-03-26 08:29:38 +02:00
|
|
|
PORTVERSION= 0.3
|
2006-10-08 08:33:08 +02:00
|
|
|
CATEGORIES= www
|
2008-02-10 20:20:18 +01:00
|
|
|
MASTER_SITES= http://files.backtrace.info/releases/neonpp/ \
|
2006-10-17 10:22:49 +02:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= novel
|
2006-10-08 08:33:08 +02:00
|
|
|
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
|
|
COMMENT= C++ wrapper library for neon
|
|
|
|
|
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
2007-03-16 11:03:11 +01:00
|
|
|
neon.26:${PORTSDIR}/www/neon
|
|
|
|
|
2006-10-08 08:33:08 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|