head	1.25;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.07.05.17.26.09;	author pawel;	state Exp;
branches;
next	1.23;

1.23
date	2012.06.01.05.21.18;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2011.10.24.03.33.09;	author stas;	state Exp;
branches;
next	1.21;

1.21
date	2011.08.11.19.19.37;	author kwm;	state Exp;
branches;
next	1.20;

1.20
date	2010.05.31.01.59.32;	author ade;	state Exp;
branches;
next	1.19;

1.19
date	2010.03.28.06.38.54;	author dinoex;	state Exp;
branches;
next	1.18;

1.18
date	2010.02.05.11.40.14;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2009.07.31.13.53.14;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2008.06.06.13.41.10;	author edwin;	state Exp;
branches;
next	1.15;

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

1.14
date	2007.05.19.20.13.43;	author flz;	state Exp;
branches;
next	1.13;

1.13
date	2006.10.03.13.35.48;	author stas;	state Exp;
branches;
next	1.12;

1.12
date	2006.07.29.21.55.50;	author miwi;	state Exp;
branches;
next	1.11;

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

1.10
date	2006.03.07.08.26.45;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.04.05.21.39;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.03.19.34.53;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.29.02.52.43;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.20.19.28.12;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.37.59;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.46.52;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.45.49;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.23.09.10.45;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.06.07.07.14;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	lafontaine
# Date created:			Sep 6, 2002
# Whom:				ijliao
#
# $FreeBSD: head/lang/lafontaine/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	lafontaine
PORTVERSION=	0.4.1
PORTREVISION=	8
CATEGORIES=	lang
MASTER_SITES=	http://www.nongnu.org/lafontaine/archives/
DISTNAME=	${PORTNAME}_0.4-1

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Graphical logo interpreter

WRKSRC=		${WRKDIR}/${PORTNAME}-0.4

USE_GNOME=	gnomehack gtk20
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_CSTD=	gnu89

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS=	--disable-nls
PLIST_SUB+=	NLS="@@comment "
.endif

.include <bsd.port.mk>
@


1.24
log
@Add USE_CSTD=gnu89 to fix linking when building with clang
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.23
log
@- update png to 1.5.10
@
text
@d24 1
@


1.22
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d11 1
a11 1
PORTREVISION=	7
@


1.21
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d16 1
a16 1
MAINTAINER=	stas@@FreeBSD.org
@


1.20
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d21 1
a21 1
USE_GNOME=	gnomehack gnometarget gtk20
@


1.19
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d11 1
a11 1
PORTREVISION=	6
@


1.18
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	5
@


1.17
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d11 1
a11 1
PORTREVISION=	4
@


1.16
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
@d11 1
a11 1
PORTREVISION=	3
@


1.15
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
@d11 1
a11 1
PORTREVISION=	2
@


1.14
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	1
a20 1
USE_X_PREFIX=	yes
@


1.13
log
@- Fix build with gcc 4.1
- Change my email

Approved by:	sem (mentor)
@
text
@d11 1
@


1.12
log
@- Pass maintainership to submitter
- Update to 0.4.1

PR:		ports/100927
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@


1.11
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d10 1
a10 2
PORTVERSION=	0.3R3
PORTREVISION=	2
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-20020715
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
a18 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
d20 2
a21 2
USE_BZIP2=	yes
USE_GNOME=	gdkpixbuf gnometarget
a23 2
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
		AUTOHEADER="${TRUE}"
d25 7
a31 12
post-patch:
	@@${REINPLACE_CMD} -e 's|pixmaps/$$PACKAGE|$$PACKAGE|g ; \
		 s|-O3|$$CFLAGS|g' ${WRKSRC}/configure
	@@${REINPLACE_CMD} -e \
		's|"\./pixmaps/|PIXMAPDIR "/|g' ${WRKSRC}/src/callbacks.c
	@@${REINPLACE_CMD} -e \
		's|exit()|exit(0)|g' ${WRKSRC}/src/proc.c
	@@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
		's|/share/pixmaps|/share|g'
.for file in src/lexer.en.l src/lexer.fr.l
	@@${REINPLACE_CMD} -e 's|\.##|.|g' ${WRKSRC}/${file}
.endfor
@


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

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


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

(Part 2)
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.8
log
@- Fix build on -current

PR:		58878
Submitted by:	Ports Fury
@
text
@d11 1
@


1.7
log
@Mark as broken on 5.x due to the usual gcc 3.3 problems.
@
text
@d22 2
a23 1
USE_GNOME=	gdkpixbuf
d25 2
a26 7
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
.endif
d29 2
a30 2
	@@${REINPLACE_CMD} -e 's|pixmaps/[\$$]PACKAGE|\$$PACKAGE|g ; \
		 s|-O3|\$$CFLAGS|g' ${WRKSRC}/configure
d33 2
d37 3
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.6
log
@Remove USE_GNOMENG.
@
text
@d26 6
d40 1
a40 1
.include <bsd.port.mk>
@


1.5
log
@De-pkg-comment.
@
text
@a21 1
USE_GNOMENG=	yes
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Graphical logo interpreter

@


1.2
log
@- Fix MASTER_SITES
- Support CFLAGS/PREFIX properly

PR:		44114
Submitted by:	Ports Fury
@
text
@d17 2
@


1.1
log
@add lafontaine 0.3R3
Graphical logo interpreter
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.freesoftware.fsf.org/lafontaine/archives/
d17 2
d20 1
a20 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
d22 1
a22 1
USE_GNOME=	gtk12 gdkpixbuf
d24 9
@

