1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/mysql-workbench52/Makefile
Erwin Lansing 74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00

27 lines
698 B
Makefile

# New ports collection makefile for: MySQL Workbench
# Date created: 26 June 2009
# Whom: Maxim Ignatenko
#
# $FreeBSD$
#
PORTVERSION= 5.2.1
PORTREVISION= 1
PKGNAMESUFFIX= 52
MAINTAINER= gelraen.ua@gmail.com
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"