mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
652 B
Makefile
27 lines
652 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.16 1999/01/18 15:37:59 dirk Exp $
|
|
#
|
|
|
|
DISTNAME= xmysql-1.9
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.tcx.se/Contrib/ \
|
|
http://www.buoy.com/mysql/Contrib/ \
|
|
http://web.tryc.on.ca/mysql/Downloads/Contrib/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
|
mysqlclient.5:${PORTSDIR}/databases/mysql322
|
|
|
|
# depends on xforms
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|