mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 0.1.1
- Use official mirror for fetching distfile - Switch to bsd.port.options.mk PR: ports/167719 Submitted by: me Approved by: maintainer
This commit is contained in:
parent
5b2b1f32d0
commit
36c4c59b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296367
2 changed files with 9 additions and 6 deletions
|
@ -6,9 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libparserutils
|
PORTNAME= libparserutils
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.1.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.rurs.us/fbsd/ports/
|
MASTER_SITES= http://www.netsurf-browser.org/projects/releases/
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
|
||||||
MAINTAINER= unobe@cpan.org
|
MAINTAINER= unobe@cpan.org
|
||||||
COMMENT= A library useful when writing parsers (formerly a part of NetSurf)
|
COMMENT= A library useful when writing parsers (formerly a part of NetSurf)
|
||||||
|
@ -18,12 +19,14 @@ USE_GMAKE= yes
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
OPTIONS= ICONV "Adds iconv support" On \
|
OPTIONS= ICONV "Adds iconv support" On \
|
||||||
STATIC "Build statically linked library" On \
|
STATIC "Build statically linked library" On \
|
||||||
TEST "Enable tests" On \
|
TEST "Enable tests" On \
|
||||||
DOXYGEN "Build Doxygen Documentation" On
|
DOXYGEN "Build Doxygen Documentation" On
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if defined(WITH_ICONV)
|
.if defined(WITH_ICONV)
|
||||||
CFLAGS+= -DWITH_ICONV_FILTER
|
CFLAGS+= -DWITH_ICONV_FILTER
|
||||||
|
@ -53,4 +56,4 @@ ALL_TARGET+= docs
|
||||||
MAKE_ENV+= PATH=${PATH}
|
MAKE_ENV+= PATH=${PATH}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (libparserutils-0.1.0.tar.gz) = 15c92598e4ecd2fcd27d421eeadf896f7ba6eb284de7b2c6f2418529b0f8325b
|
SHA256 (libparserutils-0.1.1-src.tar.gz) = 2d3f1887d3027b7df1fcacd5f74aba16d3c22a86c169816cd712857a1be0aaf3
|
||||||
SIZE (libparserutils-0.1.0.tar.gz) = 85017
|
SIZE (libparserutils-0.1.1-src.tar.gz) = 94856
|
||||||
|
|
Loading…
Add table
Reference in a new issue