aboutsummaryrefslogtreecommitdiffstats
path: root/lang/librep/Makefile
blob: fe905885fe18ac1fbb60662a5a7653d73fe0e1d4 (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
40
41
42
43
44
45
46
47
# New ports collection makefile for:   librep
# Date created:        13 September 1999
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $

PORTNAME=   librep
PORTVERSION=    0.17
PORTREVISION=   1
CATEGORIES= lang elisp gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= librep

MAINTAINER= gnome@FreeBSD.org
COMMENT=    An Emacs Lisp like runtime library

LIB_DEPENDS=    gdbm.3:${PORTSDIR}/databases/gdbm \
            gmp.7:${PORTSDIR}/math/libgmp4

PLIST_SUB=  GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}

USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
CONFIGURE_TARGET=   ${ARCH}-pc-freebsd${OSREL:C/\..*//}

INFO=       librep

.include <bsd.port.pre.mk>

.if ${ARCH} == ia64
BROKEN=     Does not build on ia64
.endif

post-extract:
    @${RM} ${WRKSRC}/test

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
            ${WRKSRC}/configure

.include <bsd.port.post.mk>