Files
ports/sysutils/rmlint/Makefile
T
Joseph Mingrone 5dd63f83fb sysutils/rmlint: Remove library dependency on devel/libelf
rmlint is already linking to base libelf and correctly detecting unstripped
binaries.
2021-02-10 17:09:22 +00:00

36 lines
706 B
Makefile

# $FreeBSD$
PORTNAME= rmlint
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.1-11
DISTVERSIONSUFFIX= -ga726d0cb
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= jockl@pianojockl.org
COMMENT= Remove duplicates and other lint from your filesystem
LICENSE= GPLv3
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
USES= gnome pkgconfig python:build scons
USE_GITHUB= yes
GH_ACCOUNT= sahib
USE_GNOME= glib20
MAKE_ARGS= --actual-prefix=${PREFIX} \
--prefix=${STAGEDIR}${PREFIX} \
--without-gui
PLIST_FILES= bin/rmlint \
share/man/man1/rmlint.1.gz
OPTIONS_DEFINE= NLS
NLS_USES= gettext-runtime
NLS_CONFIGURE_WITH= gettext
.include <bsd.port.mk>