1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/comclear/Makefile
Ade Lovett bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00

36 lines
682 B
Makefile

# 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 gtk
MASTER_SITES= http://www.neuro-tech.net/files/
MAINTAINER= roam@FreeBSD.org
WANT_GTK= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
.include <bsd.port.pre.mk>
.if defined(HAVE_GTK)
USE_GTK= yes
.endif
# Do not install docs by default, see the ifdef'd post-install below.
post-configure:
${PERL} -pi.fbsd -e '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>