aboutsummaryrefslogblamecommitdiff
path: root/devel/autogen/Makefile
blob: 7b9357f59cac13659599316e6eb849dd4b449dbd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
           

                       
                       
                 
                     
                                                 
 
                                   


                                                                                  
 
                                

                                           
 


                               

                                                                                
                   
                             


                       
                                                                             
 
                       
 

                                 
                      
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$

PORTNAME=	autogen
PORTVERSION=	5.18.12
PORTREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	GNU/${PORTNAME}/rel${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool designed to simplify the creation and maintenance of programs

LICENSE=	GPLv2

BUILD_DEPENDS=	bash:shells/bash
LIB_DEPENDS=	libguile-2.0.so:lang/guile2
RUN_DEPENDS:=	${BUILD_DEPENDS}

# bin/columns
CONFLICTS_INSTALL=	columns

CONFIGURE_ARGS=	--datadir=${PREFIX}/share --with-libguile=yes --with-libxml2=yes
CONFIGURE_ENV=	CONFIG_SHELL=${LOCALBASE}/bin/bash
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_GNOME=	libxml2
USE_LDCONFIG=	yes
USE_PERL5=	build
USES=		gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz

INFO=		autogen

SHEBANG_FILES=	autoopts/tpl/*.pl

.include <bsd.port.mk>