bb159f79c2
That commit removed library version numbers from LIB_DEPENDS, but it should not have been removed from libmagic. Rodent was correctly set to use sysutils/file, but after that point it linked with base libmagic. Restore the original intent more than 4 years later by specifying the so version once again. Approved by: just-fix-it
43 lines
953 B
Makefile
43 lines
953 B
Makefile
# Created by: Jens K. Loewe <bsd@tuxproject.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rodent
|
|
PORTVERSION= 5.3.16.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= SF/xffm/${PORTVERSION}
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Fast, small, and powerful file manager
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= gawk:lang/gawk \
|
|
bash:shells/bash \
|
|
intltoolize:textproc/intltool
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo \
|
|
libmagic.so.1:sysutils/file \
|
|
librfm.so:x11-fm/librfm
|
|
|
|
USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix
|
|
USE_GNOME= glib20 gtk20 librsvg2 libxml2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALL_TARGET= install-strip
|
|
SHEBANG_FILES= configure
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
#post-patch:
|
|
# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
|
|
# ${WRKSRC}/Build/share/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|