aboutsummaryrefslogblamecommitdiffstats
path: root/www/nscache/Makefile
blob: a72f8a8e8c98696c36775f97620dc48eaa49f776 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               


                                                        
 
 
                       
                   
                   

                                               


                                
                   
                   
                   
                   
                                                   
                                         







                                               
 
                           
# New ports collection makefile for:    nscache
# Date created:     04 March 2000
# Whom:         Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   nscache
PORTVERSION=    0.6
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        http://www.idata.sk/~ondrej/sw/
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= kris@FreeBSD.org

USE_X_PREFIX=   yes
USE_GTK=    yes
WANT_GNOME= yes
USE_AUTOMAKE=   yes
AUTOMAKE_ARGS=  --include-deps
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
  
.include <bsd.port.pre.mk>
  
.if defined(HAVE_GNOME)
USE_GNOME=  yes
.else
CONFIGURE_ARGS+=    --disable-gnome
.endif

.include <bsd.port.post.mk>