1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/autogen/Makefile
Pawel Pekala 9d2cf6ccc7 Update to version 5.18.10
PR:		211109
Submitted by:	Tobias Kortkamp
2016-07-16 14:54:55 +00:00

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>