1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/databases/mysql-workbench52/Makefile
Chris Rees 2f86440a0e Reset maintainer as per request.
Thanks for your work on this port in the past.

Submitted by:	maintainer (private email)
2012-01-22 13:12:49 +00:00

27 lines
695 B
Makefile

# New ports collection makefile for: MySQL Workbench
# Date created: 26 June 2009
# Whom: Maxim Ignatenko
#
# $FreeBSD$
#
PORTVERSION= 5.2.1
PORTREVISION= 2
PKGNAMESUFFIX= 52
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3
MASTERDIR= ${.CURDIR}/../mysql-workbench51
DISTINFO_FILE= ${.CURDIR}/distinfo
EXTRA_PATCHES= ${.CURDIR}/files/52-patch-frontend__linux__workbench__Makefile.am \
${.CURDIR}/files/52-patch-configure.in \
${.CURDIR}/files/52-patch-ext__ctemplate__ctemplate-src__configure.ac \
${.CURDIR}/files/52-patch-modules__db__Makefile.am
PLIST= ${.CURDIR}/pkg-plist
CONFLICTS= mysql-workbench-oss51*
.include "${MASTERDIR}/Makefile"