mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
3e439c8267
- Regenerate patches with `make makepatch`
33 lines
723 B
Makefile
33 lines
723 B
Makefile
# Created by: trasz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iksemel
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XML parser library mainly designed for Jabber applications
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
|
|
|
USES= autoreconf libtool makeinfo pathfix pkgconfig
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= iksemel
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \
|
|
${WRKSRC}/doc/iksemel.texi
|
|
|
|
.include <bsd.port.mk>
|