mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9d2cf6ccc7
PR: 211109 Submitted by: Tobias Kortkamp
32 lines
799 B
Makefile
32 lines
799 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= autogen
|
|
PORTVERSION= 5.18.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool designed to simplify the creation and maintenance of programs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
RUN_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libguile-2.0.so:lang/guile2 \
|
|
libgc-threaded.so:devel/boehm-gc-threaded
|
|
|
|
USES= gmake libtool pathfix perl5 pkgconfig shebangfix tar:xz
|
|
USE_PERL5= build
|
|
USE_GNOME= libxml2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes \
|
|
--datadir=${PREFIX}/share CONFIG_SHELL=${PREFIX}/bin/bash
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= autoopts/tpl/*.pl
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= autogen
|
|
|
|
.include <bsd.port.mk>
|