aboutsummaryrefslogtreecommitdiff
path: root/www/neonpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/neonpp/Makefile')
-rw-r--r--www/neonpp/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/neonpp/Makefile b/www/neonpp/Makefile
deleted file mode 100644
index 131ed9aa7367..000000000000
--- a/www/neonpp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: neonpp
-# Date created: 2006-10-06
-# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= neonpp
-PORTVERSION= 0.3
-PORTREVISION= 1
-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.28:${PORTSDIR}/www/neon28
-
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
-
-BROKEN= fails to build with new www/neon28
-
-.include <bsd.port.mk>