freebsd-ports/devel/mq4cpp/Makefile
Baptiste Daroussin d7ee7953f4 Convert to USES=libtool
Convert to USES=dos2unix
Remove now useless patch for DOCS support
2014-03-02 22:02:11 +00:00

20 lines
363 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= mq4cpp
PORTVERSION= 1.16
PORTREVISION= 1
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 pathfix pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>