summaryrefslogtreecommitdiff
path: root/devel/ossp-l2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-l2/Makefile')
-rw-r--r--devel/ossp-l2/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
deleted file mode 100644
index ded51c190dc7..000000000000
--- a/devel/ossp-l2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= l2
-PORTVERSION= 0.9.13
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= OSSP/lib/${PORTNAME}
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C library for a flexible and sophisticated Unix logging facility
-WWW= http://www.ossp.org/pkg/lib/l2/
-
-USES= libtool
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-USE_LDCONFIG= yes
-
-check: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/l2tool ${STAGEDIR}${PREFIX}/lib/libl2.so
-
-.include <bsd.port.mk>