Lines 1-30
Link Here
|
1 |
# New ports collection makefile for: librep |
1 |
# Created by: Yukihiro Nakai <nakai@FreeBSD.org> |
2 |
# Date created: 13 September 1999 |
|
|
3 |
# Whom: Yukihiro Nakai <nakai@FreeBSD.org> |
4 |
# |
5 |
# $FreeBSD: head/lang/librep/Makefile 314640 2013-03-19 13:04:30Z eadler $ |
2 |
# $FreeBSD: head/lang/librep/Makefile 314640 2013-03-19 13:04:30Z eadler $ |
6 |
# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $ |
|
|
7 |
|
3 |
|
8 |
PORTNAME= librep |
4 |
PORTNAME= librep |
9 |
PORTVERSION= 0.92.1b |
5 |
PORTVERSION= 0.92.3 |
10 |
CATEGORIES= lang elisp gnome |
6 |
CATEGORIES= lang elisp gnome |
11 |
MASTER_SITES= http://download.tuxfamily.org/librep/ |
7 |
MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/ |
|
|
8 |
MASTER_SITE_SUBDIR= . Archive |
12 |
|
9 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= An Emacs Lisp like runtime library |
11 |
COMMENT= Emacs Lisp like runtime library |
15 |
|
12 |
|
16 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
17 |
|
14 |
|
18 |
LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \ |
15 |
LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ |
19 |
ffi:${PORTSDIR}/devel/libffi \ |
16 |
ffi:${PORTSDIR}/devel/libffi \ |
20 |
gmp.10:${PORTSDIR}/math/gmp |
17 |
gmp:${PORTSDIR}/math/gmp |
21 |
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar |
18 |
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar |
22 |
|
19 |
|
23 |
USE_CSTD= gnu89 |
20 |
USE_CSTD= gnu89 |
24 |
|
21 |
|
25 |
USE_XZ= yes |
22 |
USE_XZ= yes |
26 |
USES= pathfix |
23 |
USES= gettext pathfix pkgconfig |
27 |
USE_GETTEXT= yes |
24 |
USE_READLINE= yes |
28 |
USE_GMAKE= yes |
25 |
USE_GMAKE= yes |
29 |
USE_AUTOTOOLS= libtool |
26 |
USE_AUTOTOOLS= libtool |
30 |
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ |
27 |
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ |
Lines 32-39
Link Here
|
32 |
USE_LDCONFIG= yes |
29 |
USE_LDCONFIG= yes |
33 |
MAKE_JOBS_SAFE= yes |
30 |
MAKE_JOBS_SAFE= yes |
34 |
|
31 |
|
35 |
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |
32 |
CPPFLAGS= -I${LOCALBASE}/include |
36 |
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
33 |
LDFLAGS= -L${LOCALBASE}/lib -pthread |
37 |
|
34 |
|
38 |
MANCOMPRESSED= yes |
35 |
MANCOMPRESSED= yes |
39 |
MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1 |
36 |
MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1 |