2003-02-17 15:33:30 +00:00
|
|
|
# New ports collection makefile for: ksteak
|
|
|
|
# Date created: 2003/02/16
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ksteak
|
2003-06-13 11:36:33 +00:00
|
|
|
PORTVERSION= 0.9.4
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2003-02-17 15:33:30 +00:00
|
|
|
CATEGORIES= german kde
|
|
|
|
MASTER_SITES= http://www.der-fritz.de/ksteak/
|
|
|
|
|
|
|
|
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
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-02-17 15:33:30 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ksteak/ksteakui.rc ${PREFIX}/share/apps/ksteak
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|