aboutsummaryrefslogblamecommitdiff
path: root/www/comclear/Makefile
blob: 49600617b86ac258c62ba1c1a20f956dc81021c7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                
                 
                   



                                                
                   


                   





                          



                                                                                                
                                    
             
                                                        

      
                           
# 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

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>