2003-02-17 16:33:30 +01:00
|
|
|
# New ports collection makefile for: ksteak
|
|
|
|
# Date created: 2003/02/16
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ksteak
|
2004-12-21 10:29:56 +01:00
|
|
|
PORTVERSION= 1.0.0.p2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2003-02-17 16:33:30 +01:00
|
|
|
CATEGORIES= german kde
|
|
|
|
MASTER_SITES= http://www.der-fritz.de/ksteak/
|
2004-12-21 10:29:56 +01:00
|
|
|
DISTNAME= ksteak-1.0.0pre2
|
2003-02-17 16:33:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= h.eichmann@gmx.de
|
|
|
|
COMMENT= KDE frontend for steak, an english - german dictionary
|
|
|
|
|
|
|
|
RUN_DEPENDS= steak:${PORTSDIR}/german/steak
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-02-17 16:33:30 +01:00
|
|
|
|
2005-01-09 18:04:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure
|
|
|
|
.include <bsd.port.post.mk>
|