aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autogen/Makefile
blob: 5ead91093e393148ce3c45edee2e754b331d6b13 (plain) (blame)
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
33
34
35
36
37
38
39
# ex:ts=8
# New ports collection makefile for:    autogen
# Date created:     Mar 11, 2001
# Whom:         Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   autogen
PORTVERSION=    5.5.2
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The Automated Program Generator

LIB_DEPENDS=    guile.10:${PORTSDIR}/lang/guile \
        xml2.5:${PORTSDIR}/textproc/libxml2

USE_REINPLACE=  yes
USE_GMAKE=  yes
GUILE_CONFIG?=  ${LOCALBASE}/bin/guile-config
XML2_CONFIG?=   ${LOCALBASE}/bin/xml2-config
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
INSTALLS_SHLIB= yes

MAN1=   autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
MAN3=   optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
    optionSaveFile.3 optionSaveState.3 optionVersion.3

pre-build:
    @cd ${WRKSRC}/snprintfv && ${SETENV} ${MAKE_ENV} \
        ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}

.include <bsd.port.mk>