summaryrefslogblamecommitdiff
path: root/net/xisp/Makefile
blob: 26fcfed5f8051b04c30bddd37d552f201bf654f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            



                                            
 
 

                    






                                                        
                                                       
 
                   
                                  

                      
                     





                                
# New ports collection makefile for:	xisp
# Date created:		June 24, 1999
# Whom:			morishim@cig.mot.com
#
# $FreeBSD$
#

PORTNAME=	xisp
PORTVERSION=	2.6
CATEGORIES=	net
MASTER_SITES=	http://www.ml-search.com/xisp/distfiles/
DISTFILES=	xisp-2.6-noufc.tar.gz \
		xisp-2.6-freebsd-patch.tar.gz

MAINTAINER=	morishim@cig.mot.com

LIB_DEPENDS=	forms.1:${PORTSDIR}/x11-toolkits/xforms

USE_XPM=	yes
WRKSRC=		${WRKDIR}/xisp-2.6
MAN1=		xisp.1
HAS_CONFIGURE=	yes
.if defined(WITH_DES)
CONFIGURE_ENV=	USE_DESLIB="yes"
.else
CONFIGURE_ENV=	USE_DESLIB="no"
.endif

.include <bsd.port.mk>