summaryrefslogblamecommitdiff
path: root/cad/gnucap/Makefile
blob: 41f8ed2cc095d7a0b9ac429795744a230320de0f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                              
                          
                   
                                              
                                              
                                                  
 
                                
                                                

                   
                   
                                                                
 
                                                                      
 
                                      
 

                          

                                                                           
      
 
                           
# ex:ts=8
# Ports collection makefile for:	gnucap
# Date created:			Feb 7, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	gnucap
PORTVERSION=	2007.03.29
CATEGORIES=	cad
MASTER_SITES=	http://www.gnucap.org/devel/ \
		http://www.geda.seul.org/dist/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/./-/g}

MAINTAINER=	stas@FreeBSD.org
COMMENT=	The Gnu Circuit Analysis Package

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc/${PORTNAME}

OPTIONS=	READLINE "Enable commandline features via readline" on

MAN1=		gnucap.1 gnucap-ibis.1

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_READLINE) || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
.endif

.include <bsd.port.post.mk>