head	1.21;
access;
symbols
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.17
	RELEASE_4_11_0:1.17
	RELEASE_5_3_0:1.17
	RELEASE_4_10_0:1.17
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3;
locks; strict;
comment	@# @;


1.21
date	2006.02.08.11.14.50;	author vd;	state dead;
branches;
next	1.20;

1.20
date	2005.11.25.06.23.05;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2005.11.25.02.35.34;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2005.11.15.06.51.27;	author ade;	state Exp;
branches;
next	1.17;

1.17
date	2004.03.14.06.17.30;	author ade;	state Exp;
branches;
next	1.16;

1.16
date	2004.02.04.04.36.27;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2004.01.23.18.12.23;	author trevor;	state Exp;
branches;
next	1.14;

1.14
date	2003.11.17.12.29.05;	author trevor;	state Exp;
branches;
next	1.13;

1.13
date	2003.08.26.20.25.56;	author marcus;	state Exp;
branches;
next	1.12;

1.12
date	2003.08.25.05.41.36;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.20.19.46.54;	author marcus;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2002.11.04.05.46.37;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2002.09.01.15.31.27;	author lioux;	state Exp;
branches;
next	1.6;

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

1.5
date	2002.04.12.17.10.06;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.15.19.44.22;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.22.23.07.02;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.08.04.34.18;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.03.08.44.27;	author roam;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Remove expired port

Approved by:	garga (mentor)
@
text
@# New ports collection makefile for:	amyc
# Date Created:				10 June 2001
# Whom:					Pete Fritchman <petef@@databits.net>
#
# $FreeBSD: ports/www/amyc/Makefile,v 1.20 2005/11/25 06:23:05 linimon Exp $
#

PORTNAME=	amyc
PORTVERSION=	0.9.159
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	http://www.crevola.com/francois/amyc/

MAINTAINER=	petef@@FreeBSD.org
COMMENT=	Display the contents of your Netscape cache

DEPRECATED=	no longer being actively developed
EXPIRATION_DATE=2006-01-24

USE_AUTOTOOLS=	autoconf:213
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib" \
		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"

USE_GNOME=	gnomehack
WANT_GNOME=	yes

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mgtk12}!=""
PLIST_SUB=	WITH_GTK=""
USE_GNOME+=	gtk12
PKGNAMESUFFIX=	-gtk
.else
PLIST_SUB=	WITH_GTK="@@comment "
.endif

.include <bsd.port.post.mk>
@


1.20
log
@Fix typo.

noticed by:	kris
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Fix fetch and mark deprecated; project is no longer being developed.
@
text
@d17 1
a17 1
DEPRECATED=	not longer being actively developed
@


1.18
log
@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.
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.crevola.com/about/current/
d17 3
@


1.17
log
@Whoa there, boy, that's a mighty big commit y'all have there...

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.
@
text
@d17 1
a17 1
USE_AUTOCONF_VER=	213
@


1.16
log
@Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento
@
text
@d17 1
a17 1
USE_AUTOCONF=	yes
@


1.15
log
@Now gettext 0.12.1 is gettext-old.
@
text
@d10 1
a10 1
PORTREVISION=	3
a16 2
LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext-old

d18 1
@


1.14
log
@USE_REINPLACE need be defined only when REINPLACE_CMD is used.
@
text
@d17 1
a17 1
LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
@


1.13
log
@Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris
@
text
@a18 1
USE_REINPLACE=	yes
@


1.12
log
@Chase the libintl.so shared lib version.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.11
log
@Remove USE_GNOMENG.
@
text
@d17 1
a17 1
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
@


1.10
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a25 1
USE_GNOMENG=	yes
@


1.9
log
@Fix package building due to a REINPLACE_CMD typo.

Reported by:	bento
Requested by:	portmgr (kris)
@
text
@d15 1
@


1.8
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d26 1
a37 4

post-patch:
	@@${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
		${WRKSRC}/po/Makefile.in.in
@


1.7
log
@Deploy USE_GNOMENG infrastructure

PR:		42289
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d18 1
d39 1
a39 1
	@@${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
@


1.6
log
@Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade
@
text
@d24 2
a25 1
WANT_GTK=	yes
d29 1
a29 1
.if defined(HAVE_GTK)
d31 2
a32 1
USE_GTK=	yes
@


1.5
log
@gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
@
text
@d16 1
a16 1
LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext
@


1.4
log
@Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
d16 1
a16 1
LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext-old
@


1.3
log
@Change my email address to petef@@FreeBSD.org for the ports I maintain.

Reviewed by:	ade
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/amyc/Makefile,v 1.2 2001/07/08 04:34:18 dwcjr Exp $
d16 1
a16 1
LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
@


1.2
log
@Fix locale
Fix pkg-plist and installation of binary that depends on GTK if installed

PR:		28804
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/amyc/Makefile,v 1.1 2001/07/03 08:44:27 roam Exp $
d14 1
a14 1
MAINTAINER=	petef@@databits.net
@


1.1
log
@'About My Cache' is a utility for keeping track of the Netscap
e cache directory.

PR:		28011
Submitted by:	Pete Fritchman <petef@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
d30 1
d34 4
@

