1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/pxlib/Makefile
Sunpoet Po-Chuan Hsieh a6420e8374 - Update to 0.6.5
- Add LICENSE
- Use USES=gmake
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here:
  - Use USES=pathfix
  - Use MANPAGES instead of MAN
  - Simplify Makefile
  - Remove Author line

PR:		ports/188601
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:03 +00:00

41 lines
878 B
Makefile

# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
PORTNAME= pxlib
PORTVERSION= 0.6.5
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= 5u623l20@gmail.com
COMMENT= C library to read various Paradox files
LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USE_AUTOTOOLS= libtool
USES= gmake iconv pathfix perl5
USE_GNOME= intltool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
OPTIONS_DEFINE= MANPAGES NLS
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \
docbook2man:${PORTSDIR}/textproc/docbook-utils
NLS_CONFIGURE_OFF= --disable-nls
NLS_USES= gettext
.include <bsd.port.options.mk>
pre-build:
.if !${PORT_OPTIONS:MMANPAGES}
${REINPLACE_CMD} -e 's/^DOCDIR =.*/DOCDIR =/' ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>