aboutsummaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-26 18:23:42 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-26 18:23:42 +0000
commit53a2a28ba2b7dcf5a4f036c62586e01458cead89 (patch)
tree1f5cb7684a4b92897cf457edc05b3e79d98bdc77 /lang/librep
parent9b1ceedfcd9a487e9434ae85eff019096347a95b (diff)
downloadports-53a2a28ba2b7dcf5a4f036c62586e01458cead89.tar.gz
ports-53a2a28ba2b7dcf5a4f036c62586e01458cead89.zip
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile16
-rw-r--r--lang/librep/pkg-plist4
2 files changed, 10 insertions, 10 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 4626b959b686..8b6fb694af0d 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -12,29 +12,25 @@ COMMENT= Emacs Lisp like runtime library
LICENSE= GPLv2
-LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \
- ffi:${PORTSDIR}/devel/libffi \
- gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libffi.so:${PORTSDIR}/devel/libffi \
+ libgmp.so:${PORTSDIR}/math/gmp
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
USE_CSTD= gnu89
USE_XZ= yes
-USES= gettext pathfix pkgconfig readline
-USE_GMAKE= yes
+USES= gettext pathfix pkgconfig readline gmake
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \
--with-stack-direction=-1
USE_LDCONFIG= yes
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib -pthread
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
-MANCOMPRESSED= yes
-MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1
INFO= librep
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == ia64
diff --git a/lang/librep/pkg-plist b/lang/librep/pkg-plist
index a835b75f1091..3efae2bb9b14 100644
--- a/lang/librep/pkg-plist
+++ b/lang/librep/pkg-plist
@@ -258,6 +258,10 @@ share/rep/lisp/ring.jl
share/rep/lisp/ring.jlc
share/rep/lisp/symbol-table.jl
share/rep/lisp/symbol-table.jlc
+man/man1/rep-remote.1.gz
+man/man1/rep-xgettext.1.gz
+man/man1/rep.1.gz
+man/man1/repdoc.1.gz
@dirrm share/rep/lisp/rep/xml
@dirrm share/rep/lisp/rep/www
@dirrm share/rep/lisp/rep/vm/compiler