mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# ports collection makefile for: xmysql
|
|
# Date created: Tue Sep 2 15:46:09 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmysql
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://web.wt.net/~dblhack/ \
|
|
http://linux.tucows.com/files/x11/office/
|
|
|
|
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>
|