mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
4f36ebacc4
I didn't checkout first ... Here the update to 1.8
25 lines
647 B
Makefile
25 lines
647 B
Makefile
# ports collection makefile for: xmysql
|
|
# Version required: 1.5
|
|
# Date created: Tue Sep 2 15:46:09 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/01/29 12:26:01 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= xmysql-1.8
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://mysql.acer.net/Contrib/ \
|
|
http://www.buoy.com/mysql/Contrib/ \
|
|
http://www.tcx.se/Contrib/ \
|
|
http://web.tryc.on.ca/mysql/Contrib/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
|
xforms\\.0\\.:${PORTSDIR}/x11/xforms
|
|
|
|
USE_X11= yes
|
|
|
|
.include <bsd.port.mk>
|