1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/libroxml/Makefile
William Grzybowski 1a64d336ad textproc/libroxml: fix build on head
- Fix build on head [1]
- Allow staging
- Remove leading article from COMMENT
- USES gmake

PR:		ports/182234 [1]
Submitted by:	Hung-Yi Chen <gaod hychen.org> (maintainer) [1]
2013-10-01 16:49:54 +00:00

35 lines
656 B
Makefile

# 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
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} && ${GMAKE} clean
.include <bsd.port.mk>