1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/databases/dbmetrix/Makefile
Edwin Groothuis 937b156037 [MAINTAINER REINPLACE FIX] databases/dbmetrix
PR:		ports/47682
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-02-04 05:19:02 +00:00

33 lines
797 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.10:${PORTSDIR}/databases/mysql323-client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
pre-configure:
@${REINPLACE_CMD} -e "s.gtk-config.${GTK_CONFIG}.g" ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dbmetrix ${PREFIX}/bin
.include <bsd.port.mk>