freebsd-ports/devel/libparserutils/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
686 B
Makefile

# Created by: David Romano <unobe@cpan.org>
# $FreeBSD$
PORTNAME= libparserutils
PORTVERSION= 0.2.3
CATEGORIES= devel
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Lexer/parser utility functions for NetSurf
LICENSE= MIT
BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem
USES= gmake iconv localbase pkgconfig
USE_LDCONFIG= yes
MAKE_ENV+= COMPONENT_TYPE="lib-shared"
LDFLAGS+= ${ICONV_LIB}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
PLIST_SUB+= VERSION=${PORTVERSION}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libparserutils.so*
.include <bsd.port.mk>