freebsd-ports/databases/ksqlshell/Makefile
Michael Landin e688d92f26 - fix pkg-plist, adresses
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006101905/ksqlshell-0.2_1.log
- pet portlint by setting INSTALLS_ICONS

PR:		ports/104836
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-02 10:19:23 +00:00

28 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= 1
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>