summaryrefslogblamecommitdiffstats
path: root/lang/librep/Makefile
blob: 9a38e64db33d5c55e1fa06b29f2ffe81b5abf79e (plain) (tree)















































                                                                                  
# New ports collection makefile for:   librep
# Date created:        13 September 1999
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/librep/Makefile,v 1.1 2006/07/18 13:29:11 ahze Exp $

PORTNAME=   librep
PORTVERSION=    0.16.2
PORTREVISION=   6
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

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

USE_GETTEXT=    yes
USE_GMAKE=  yes
INSTALLS_SHLIB= 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

.if ${OSVERSION} > 500023
LIB_DEPENDS+=   gmp.7:${PORTSDIR}/math/libgmp4
.else
EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c
.endif

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

.include <bsd.port.post.mk>