1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/dbmetrix/Makefile
2000-10-05 06:36:23 +00:00

31 lines
751 B
Makefile

# New ports collection makefile for: dbmetrix
# Date created: Tue Sep 5 15:30:00 PDT 2000
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# $FreeBSD$
#
PORTNAME= dbmetrix
PORTVERSION= 0.1.9
CATEGORIES= databases
MASTER_SITES= ftp://ftp.tamos.net/pub/dbMetrix/ \
ftp://linux.gmu.edu/archive/dbMetrix/
MAINTAINER= joseph@randomnetworks.com
LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
pre-configure:
@${PERL} -pi -e "s.gtk-config.${GTK_CONFIG}.g" ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dbmetrix ${PREFIX}/bin
.include <bsd.port.mk>