aboutsummaryrefslogtreecommitdiff
path: root/www/comclear/Makefile
blob: 6ba438ec360d4cabb3382f74534e067a35a8b64e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	comclear
# Date created:		26 November 2000
# Whom:			roam@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	comclear
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.neuro-tech.net/files/

MAINTAINER=	roam@FreeBSD.org
COMMENT=	"A history cleaner for Netscape Navigator and Communicator"

USE_REINPLACE=	yes
USE_GNOMENG=	yes
WANT_GNOME=	yes
USE_GMAKE=	yes
USE_AUTOMAKE=	yes

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+=	gtk12
PKGNAMESUFFIX=	-gtk
.endif

# Do not install docs by default, see the ifdef'd post-install below.
post-configure:
		${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile

.if		!defined(NOPORTDOCS)
post-install:
		cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif

.include <bsd.port.post.mk>