freebsd-ports/www/comclear/Makefile
Peter Pentchev e6f9fa5a9e USE_REINPLACE.
The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl.  I think
this might need to be changed when I get the time to look into it.

Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-01-20 16:55:22 +00:00

38 lines
745 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
MASTER_SITES= http://www.neuro-tech.net/files/
MAINTAINER= roam@FreeBSD.org
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>