aboutsummaryrefslogtreecommitdiff
path: root/devel/mq4cpp/Makefile
blob: 11f52eb0d8798fd65486c26d7d839b2ab92b8c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: vanilla
# $FreeBSD$

PORTNAME=	mq4cpp
PORTVERSION=	1.16
PORTREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	http://www.sixtyfourbit.org/Download/

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	Message Queuing for C++

OPTIONS_DEFINE=	DOCS

USE_LDCONFIG=	yes
USES=		dos2unix libtool:keepla pathfix pkgconfig
USE_BZIP2=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>