mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
61b6b4348f
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libnxml
|
|
PORTVERSION= 0.18.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= C library for writing XML 1.0/1.1 files or streams
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|