2006-10-08 06:33:08 +00:00
|
|
|
# New ports collection makefile for: neonpp
|
|
|
|
# Date created: 2006-10-06
|
|
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= neonpp
|
2006-10-08 13:16:05 +00:00
|
|
|
PORTVERSION= 0.2
|
2006-10-08 06:33:08 +00:00
|
|
|
CATEGORIES= www
|
2006-10-17 08:22:49 +00:00
|
|
|
MASTER_SITES= http://files.beep-media-player.org/releases/neonpp/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= novel
|
2006-10-08 06:33:08 +00:00
|
|
|
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
|
|
COMMENT= C++ wrapper library for neon
|
|
|
|
|
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
|
|
|
|
neon.25:${PORTSDIR}/www/neon
|
|
|
|
|
|
|
|
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>
|