1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/mxml/Makefile
Martin Wilke a2044e06b0 - Update to 2.5
- Respect NOPORTDOCS [1]

Submitted by:	ionbot [1]
2008-06-26 22:51:34 +00:00

39 lines
705 B
Makefile

# New ports collection makefile for: mxml
# Date created: 2007-10-12
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mxml
PORTVERSION= 2.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= mxml/2.5
MAINTAINER= miwi@FreeBSD.org
COMMENT= Small XML parsing library
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack
CONFIGURE_ARGS= --with-docdir=no
MAN1= mxmldoc.1
MAN3= mxml.3
PORTDOCS= *
PLIST_FILES= bin/mxmldoc include/mxml.h \
lib/libmxml.a \
libdata/pkgconfig/mxml.pc
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} -R ${PORTDOCS:S,^,${WRKSRC}/doc,} ${DOCSDIR}
.endif
.include <bsd.port.mk>