diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:21:35 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:21:35 +0800 |
commit | 1463ce7e5a3da0960f376471cac607542b50a373 (patch) | |
tree | cbadcab73090f7557821631265a57e7ba5d47733 /lang/librep/Makefile | |
parent | d2086247367abd70fdcf27113bd543fda8cca77e (diff) | |
download | marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar.gz marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar.bz2 marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar.lz marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar.xz marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.tar.zst marcuscom-ports-1463ce7e5a3da0960f376471cac607542b50a373.zip |
- Move to correct location
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6645 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile new file mode 100644 index 000000000..9a38e64db --- /dev/null +++ b/lang/librep/Makefile @@ -0,0 +1,48 @@ +# 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> |