2000-11-26 15:16:22 +01:00
|
|
|
# New ports collection makefile for: comclear
|
|
|
|
# Date created: 26 November 2000
|
|
|
|
# Whom: roam@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= comclear
|
2003-03-05 12:33:23 +01:00
|
|
|
PORTVERSION= 1.2
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 2
|
2001-06-01 00:34:05 +02:00
|
|
|
CATEGORIES= www
|
2000-11-26 15:16:22 +01:00
|
|
|
MASTER_SITES= http://www.neuro-tech.net/files/
|
|
|
|
|
2012-02-27 21:32:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-10-22 08:42:49 +02:00
|
|
|
COMMENT= A history cleaner for Netscape Navigator and Communicator
|
2000-11-26 15:16:22 +01:00
|
|
|
|
2002-09-01 17:31:33 +02:00
|
|
|
WANT_GNOME= yes
|
2000-11-26 15:16:22 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake14 autoconf213
|
2000-11-26 15:16:22 +01:00
|
|
|
|
2001-05-04 23:41:30 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-09-01 17:31:33 +02:00
|
|
|
.if ${HAVE_GNOME:Mgtk12}!=""
|
|
|
|
USE_GNOME+= gtk12
|
|
|
|
PKGNAMESUFFIX= -gtk
|
2001-05-04 23:41:30 +02:00
|
|
|
.endif
|
|
|
|
|
2000-11-26 15:16:22 +01:00
|
|
|
# Do not install docs by default, see the ifdef'd post-install below.
|
|
|
|
post-configure:
|
2003-01-20 17:55:22 +01:00
|
|
|
${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
|
2000-11-26 15:16:22 +01:00
|
|
|
|
2001-01-17 09:01:32 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2000-11-26 15:16:22 +01:00
|
|
|
post-install:
|
2001-01-17 09:01:32 +01:00
|
|
|
cd ${WRKSRC} && ${GMAKE} install-docDATA
|
2000-11-26 15:16:22 +01:00
|
|
|
.endif
|
|
|
|
|
2001-05-04 23:41:30 +02:00
|
|
|
.include <bsd.port.post.mk>
|