mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
34 lines
693 B
Makefile
34 lines
693 B
Makefile
# New ports collection makefile for: ksteak
|
|
# Date created: 2003/02/16
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ksteak
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 1
|
|
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
|
|
USE_LIBTOOL_VER=13
|
|
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>
|