freebsd-ports/german/ksteak/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

32 lines
741 B
Makefile

# New ports collection makefile for: ksteak
# Date created: 2003/02/16
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
#
PORTNAME= ksteak
PORTVERSION= 1.0.0.p2
PORTREVISION= 2
CATEGORIES= german kde
MASTER_SITES= http://www.der-fritz.de/ksteak/
DISTNAME= ksteak-1.0.0pre2
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_AUTOTOOLS= libtool:13:inc
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure
.include <bsd.port.post.mk>