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
|
2004-02-04 04:36:30 +00:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_AUTOCONF_VER= 213
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2001-07-03 08:44:29 +00:00
|
|
|
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>
|