1999-11-11 11:15:58 +01:00
|
|
|
# New ports collection makefile for: librep
|
|
|
|
# Date created: 13 September 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $
|
1999-11-11 11:15:58 +01:00
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= librep
|
2007-06-30 07:37:52 +02:00
|
|
|
PORTVERSION= 0.17
|
2009-05-13 11:46:02 +02:00
|
|
|
PORTREVISION= 2
|
2003-10-19 10:07:22 +02:00
|
|
|
CATEGORIES= lang elisp gnome
|
2002-06-21 14:29:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= librep
|
1999-11-11 11:15:58 +01:00
|
|
|
|
2009-05-24 20:41:10 +02:00
|
|
|
MAINTAINER= anray@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An Emacs Lisp like runtime library
|
1999-11-11 11:15:58 +01:00
|
|
|
|
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
|
2000-03-24 20:09:38 +01:00
|
|
|
|
2001-10-15 12:02:34 +02:00
|
|
|
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}
|
1999-11-11 11:15:58 +01:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
1999-11-11 11:15:58 +01:00
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-07-03 12:58:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-03-24 20:09:38 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-11-15 06:19:30 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}"
|
2000-10-02 10:06:33 +02:00
|
|
|
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
|
2001-10-29 18:37:50 +01:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
1999-11-11 11:15:58 +01:00
|
|
|
|
2003-08-17 05:51:54 +02:00
|
|
|
INFO= librep
|
|
|
|
|
2000-10-02 10:06:33 +02:00
|
|
|
.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
|
|
|
|
|
2001-05-28 14:41:39 +02:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/test
|
|
|
|
|
2007-02-04 02:50:32 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2000-10-02 10:06:33 +02:00
|
|
|
.include <bsd.port.post.mk>
|