d7ee7953f4
Convert to USES=dos2unix Remove now useless patch for DOCS support
20 lines
363 B
Makefile
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>
|