freebsd-ports/databases/mysql323-client/Makefile

18 lines
390 B
Makefile
Raw Normal View History

# ports collection makefile for: MySQL-client
# Date created: Thu Jun 24 00:12:22 CEST 1999
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
#
1999-08-25 01:28:01 -04:00
# $FreeBSD$
#
2000-04-13 02:40:05 -04:00
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
1999-07-01 06:57:48 -04:00
MASTERDIR= ${.CURDIR}/../mysql322-server
COMMENT= ${PKGDIR}/COMMENT.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/PLIST.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"