diff options
Diffstat (limited to 'textproc/libroxml/Makefile')
-rw-r--r-- | textproc/libroxml/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile deleted file mode 100644 index 6b022424d329..000000000000 --- a/textproc/libroxml/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Hung-Yi Chen <gaod@hychen.org> -# $FreeBSD$ - -PORTNAME= libroxml -PORTVERSION= 2.2.2 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= gaod@hychen.org -COMMENT= Minimum, easy-to-use, C implementation for xml file parsing - -LICENSE= LGPL21 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PROJECTHOST= libroxml - -USES= gmake -# Workaround overwriting DESTDIR var -DESTDIRNAME= NONE -MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} -USE_LDCONFIG= yes - -PLIST_FILES= bin/roxml \ - lib/libroxml.so \ - lib/libroxml.so.0 \ - lib/libroxml.a \ - include/roxml.h \ - libdata/pkgconfig/libroxml.pc \ - man/man1/roxml.1.gz - -pre-build: - @cd ${WRKSRC} && ${MAKE_CMD} clean - -.include <bsd.port.mk> |