2001-07-03 08:44:29 +00:00
|
|
|
# New ports collection makefile for: amyc
|
|
|
|
# Date Created: 10 June 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amyc
|
|
|
|
PORTVERSION= 0.9.159
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 2
|
2001-07-03 08:44:29 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.crevola.com/about/current/
|
|
|
|
|
2001-08-22 23:07:23 +00:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Display the contents of your Netscape cache
|
2001-07-03 08:44:29 +00:00
|
|
|
|
2002-08-01 16:22:41 +00:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2001-07-03 08:44:29 +00:00
|
|
|
|
2002-11-04 05:46:38 +00:00
|
|
|
USE_REINPLACE= yes
|
2001-07-03 08:44:29 +00:00
|
|
|
USE_AUTOCONF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
|
|
|
|
2002-12-02 00:16:57 +00:00
|
|
|
USE_GNOME= gnomehack
|
2002-09-01 15:31:33 +00:00
|
|
|
WANT_GNOME= yes
|
2001-07-03 08:44:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-09-01 15:31:33 +00:00
|
|
|
.if ${HAVE_GNOME:Mgtk12}!=""
|
2001-07-03 08:44:29 +00:00
|
|
|
PLIST_SUB= WITH_GTK=""
|
2002-09-01 15:31:33 +00:00
|
|
|
USE_GNOME+= gtk12
|
|
|
|
PKGNAMESUFFIX= -gtk
|
2001-07-03 08:44:29 +00:00
|
|
|
.else
|
|
|
|
PLIST_SUB= WITH_GTK="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|