blob: 1f602242a1e2d6b1e032aa287ea820c517db5662 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= 2
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:15
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>
|