Files
bentley b34ad18d1e Import sfk-2.0.0.3.
Swiss File Knife, a command line tools collection, combines many functions
in a single, portable program that belongs on every USB stick. Search and
convert text files, instant simple FTP/HTTP server, find duplicate files,
compare folders, treesize, run own commands on all files of a folder - it's
all within a single tool.

ok landry@
2025-11-10 18:30:41 +00:00

33 lines
556 B
Makefile

COMMENT = swiss file knife: command line tools collection
DISTNAME = sfk-2.0.0
PKGNAME = sfk-2.0.0.3
CATEGORIES = sysutils
HOMEPAGE = https://stahlworks.com/dev/swiss-file-knife.html
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} c m
SITES = ${SITE_SOURCEFORGE:=swissfileknife/}
FIX_EXTRACT_PERMISSIONS = Yes
FIX_CRLF_FILES = sfk.cpp \
sfkbase.hpp \
sfkext.cpp \
sfkpack.cpp
DIST_SUBDIR = ${PKGNAME}
COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE = gnu
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>