blob: 08526e3cdbaea59e4e8b87ed71ea8f72c957a448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= autogen
PORTVERSION= 5.18.4
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool designed to simplify the creation and maintenance of programs
LICENSE= GPLv2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2
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>
|