1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/databases/ksqlshell/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
598 B
Makefile

# New ports collection makefile for: ksqlshell
# Date created: Wed Aug 12 11:38:46 CEST 2005
# Whom: Michael L. Hostbaek <mich@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ksqlshell
PORTVERSION= 0.2
PORTREVISION= 6
CATEGORIES= databases kde
MASTER_SITES= http://www.ksqlshell.de/
MAINTAINER= mich@FreeBSD.org
COMMENT= MySQL and PostgreSQL client for KDE
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
USE_MYSQL= yes
USE_PGSQL= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>