1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/databases/xmysql/Makefile

23 lines
531 B
Makefile
Raw Normal View History

# ports collection makefile for: xmysql
2000-03-11 21:06:39 +00:00
# Version required: 1.10
# Date created: Tue Sep 2 15:46:09 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
2000-03-11 21:06:39 +00:00
DISTNAME= xmysql-1.10
CATEGORIES= databases
2000-03-11 21:06:39 +00:00
MASTER_SITES= http://web.wt.net/~dblhack/ \
http://linux.tucows.com/files/x11/office/
2000-02-20 19:43:22 +00:00
MAINTAINER= dirk@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms \
mysqlclient.6:${PORTSDIR}/databases/mysql322-client
USE_X_PREFIX= yes
.include <bsd.port.mk>