1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/autogen/Makefile
Carlos J. Puga Medina 1b01573f84 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
2018-03-10 11:22:59 +00:00

36 lines
835 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= autogen
PORTVERSION= 5.18.12
PORTREVISION= 1
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>