head	1.18;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.05.58.00;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.16;

1.16
date	2011.09.10.06.23.35;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2011.07.02.14.42.21;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2010.06.01.00.12.42;	author sylvio;	state Exp;
branches;
next	1.13;

1.13
date	2009.11.19.22.07.39;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.22.00.22.40;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.06.13.32.25;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.19.17.49.54;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.23.16.44.08;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.08.29;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.07.23.45.48;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.07.08.26.27;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.25.22.36.27;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.23.07.05.44;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.20.48;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.20.19.20.23;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.15.15.51.11;	author arved;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:    steak
# Date created:                         2003/01/02
# Whom:                                 Heiner <h.eichmann@@gmx.de>
#
# $FreeBSD: head/german/steak/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	steak
PORTVERSION=	1.7.3
PORTREVISION=	6
CATEGORIES=	german
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Steak%20${PORTVERSION} \
		http://www.tm.informatik.uni-frankfurt.de/%7Erazi/steak/program/
DISTNAME=	Steak.${PORTVERSION}

MAINTAINER=	conrads@@cox.net
COMMENT=	English <-> German dictionary under the GPL

RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell

USE_XORG=	xt
MAKE_JOBS_UNSAFE=	yes

.if defined(WITHOUT_XSTEAK)
USE_XORG=	x11
.else
USE_GNOME=	gtk12
MAKE_ARGS=	-D xsteak
.endif
WRKSRC=		${WRKDIR}/Steak
USE_BZIP2=	yes

.if defined(WITHOUT_XSTEAK)
PLIST_SUB+=	NOXSTEAK:="@@comment "
.else
PLIST_SUB+=	NOXSTEAK:=""
.endif

post-patch:
	${REINPLACE_CMD} -e "s,\$$HOME/bin/Steak/Datensatz,${PREFIX}/share/steak/Datensatz,; \
			s,BINDIR=\$$HOME/bin/Steak,BINDIR=${DATADIR},; \
			s,$$BINDIR/help.txt,${DATADIR}/help.txt,g" ${WRKSRC}/woerterbuch
	${REINPLACE_CMD} -e "s,/usr/X11R6/,${LOCALBASE}/,g" ${WRKSRC}/Printbuffer/Makefile

do-install:
.if !defined(WITHOUT_XSTEAK)
	${INSTALL_PROGRAM} ${WRKSRC}/Xsteak/xsteak ${PREFIX}/bin/
.endif
	${INSTALL_SCRIPT} ${WRKSRC}/woerterbuch ${PREFIX}/bin/steak
	${MKDIR} ${DATADIR}/Datensatz
	${INSTALL_DATA} ${WRKSRC}/Datensatz/* ${DATADIR}/Datensatz
	cd ${WRKSRC}; ${INSTALL_DATA} README README.eng help.txt \
		mini_steak_icon.xpm pinguin_steak_icon.xpm \
		.Steakconfig ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/Xpm/* ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/iso2txt ${DATADIR}
	cd ${WRKSRC}; ${INSTALL_PROGRAM} poll printbuffer spacefilter ${DATADIR}
.include <bsd.port.mk>
@


1.17
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Pass maintainership to new volunteer
- Remove DEPRECATED and EXPIRATION_DATE
@
text
@d17 1
a17 1
COMMENT=	An english <-> german dictionary under the GPL
@


1.15
log
@Development has ceased.
Website is not reachable.

PR:		158503
Submitted by:	"Simon Olofsson" <simon@@olofsson.de>
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
a20 3
DEPRECATED=	Development has ceased.
EXPIRATION_DATE=	2011-09-01

@


1.14
log
@- Drop maintainership

PR:		ports/147258
Submitted by:	Heiner <h.eichmann@@gmx.de> (maintainer)
@
text
@d21 3
@


1.13
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@a13 1

d16 1
a16 1
MAINTAINER=	h.eichmann@@gmx.de
@


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with G
@
text
@d23 1
@


1.11
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 1
MASTER_SITES=	SF \
d14 1
a14 1
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.10
log
@- 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)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.9
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	4
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
d22 2
d43 1
a43 1
	${REINPLACE_CMD} -e "s,/usr/X11R6/,${X11BASE}/,g" ${WRKSRC}/Printbuffer/Makefile
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
d23 1
a23 1
USE_XLIB=	yes
@


1.7
log
@Remove USE_REINPLACE for categories starting with a G
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.6
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@a29 1
USE_REINPLACE=	yes
@


1.5
log
@- Style: don't quote COMMENT, it looks nasty in `make describe` output
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Port german/steak does not honor X11BASE

PR:		ports/87862
Submitted by:	Heiner <h.eichmann@@gmx.de>
@
text
@d18 1
a18 1
COMMENT=	"An english <-> german dictionary under the GPL"
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d42 1
@


1.2
log
@Remove USE_GNOMENG.
@
text
@d10 1
@


1.1
log
@Add steak, another german <-> english dictionary

PR:		46693
Submitted by:	Heiner Eichmann <h.eichmann@@gmx.de>
@
text
@a23 1
USE_GNOMENG=	yes
@

