summaryrefslogblamecommitdiff
path: root/net-im/gale/Makefile
blob: 2b5be8424fa6152bcfbf6a2ce612c335e270c424 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                        
                     
                 

                                         
                                               
 
                                 

                                                                   
                                                  
                                           
 
                   





                                                           
                                                           

             
                            

                      
# New ports collection makefile for:    gale
# Date created:         14 July 2000
# Whom:                 Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#

PORTNAME=	gale
PORTVERSION=	0.99d
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://download.gale.org/
DISTNAME=	${PORTNAME}-${PORTVERSION}anger

MAINTAINER=	peterh@sapros.com

BUILD_DEPENDS=	${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
LIB_DEPENDS=	wwwcore.1:${PORTSDIR}/www/libwww \
		adns.1:${PORTSDIR}/net/adns

USE_OPENSSL=	yes
GNU_CONFIGURE=	yes

CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib \
		-I${LOCALBASE}/include/w3c-libwww
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

post-install:
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>