freebsd-ports/databases/mydumper/Makefile
Raphael Kubo da Costa 6fd8cb7810 Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
2011-11-14 03:26:46 +00:00

35 lines
772 B
Makefile

# New ports collection makefile for: mydumper
# Date created: 2009-03-04
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= mydumper
PORTVERSION= 0.5.0
CATEGORIES= databases
MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/
MAINTAINER= gslin@gslin.org
COMMENT= MySQL Data Dumper
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
FETCH_ARGS?= -pRr
PLIST_FILES= sbin/mydumper
USE_GNOME= glib20
USE_MYSQL= yes
USE_CMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin
.include <bsd.port.mk>