mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b34ad18d1e
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@
33 lines
556 B
Makefile
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>
|