freebsd-ports/lang/librep/Makefile

48 lines
1.1 KiB
Makefile
Raw Normal View History

# 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
2007-06-30 07:37:52 +02:00
PORTVERSION= 0.17
2009-05-13 11:46:02 +02:00
PORTREVISION= 2
CATEGORIES= lang elisp gnome
2002-06-21 14:29:23 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= librep
MAINTAINER= anray@FreeBSD.org
COMMENT= An Emacs Lisp like runtime library
2007-06-30 07:37:52 +02:00
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
2009-05-13 11:46:02 +02:00
gmp.8:${PORTSDIR}/math/libgmp4
2001-10-15 12:02:34 +02:00
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" \
2004-11-15 06:19:30 +01:00
LIBS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
2001-10-29 18:37:50 +01:00
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
2003-08-17 05:51:54 +02:00
INFO= librep
.include <bsd.port.pre.mk>
2005-10-29 01:06:23 +02:00
.if ${ARCH} == ia64
2006-05-16 06:58:49 +02:00
BROKEN= Does not build on ia64
2005-10-29 01:06:23 +02:00
.endif
post-extract:
@${RM} ${WRKSRC}/test
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>