1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/mq4cpp/Makefile
2019-11-06 12:48:32 +00:00

23 lines
398 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= mq4cpp
PORTVERSION= 1.16
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.sixtyfourbit.org/Download/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Message Queuing for C++
BROKEN= unfetchable
OPTIONS_DEFINE= DOCS
USE_LDCONFIG= yes
USES= dos2unix libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_CXXSTD= c++98
.include <bsd.port.mk>