1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/mq4cpp/Makefile
Vanilla I. Shu 2ef9cfa267 1: add STAGEDIR support.
2: make DOCS as option.
2013-09-24 16:31:33 +00:00

32 lines
567 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= mq4cpp
PORTVERSION= 1.16
CATEGORIES= devel
MASTER_SITES= http://www.sixtyfourbit.org/Download/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Message Queuing for C++
OPTIONS_DEFINE= DOCS
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USES= pathfix pkgconfig
USE_GNOME= ltverhack
USE_BZIP2= yes
USE_DOS2UNIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>
post-patch:
.if empty(PORT_OPTIONS:MDOCS)
${REINPLACE_CMD} -e \
'/^install-data-am:/ s|install-docDATA||' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>