blob: 1bf3d1d7df955544fd3dc183d439f7e81b602582 (
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
|
# New ports collection makefile for: neonpp
# Date created: 2006-10-06
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= neonpp
PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= http://files.backtrace.info/releases/neonpp/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
MAINTAINER= novel@FreeBSD.org
COMMENT= C++ wrapper library for neon
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
neon.26:${PORTSDIR}/www/neon26
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>
|