misc/floatator: fix build on recent current and deprecate

This commit is contained in:
Tobias C. Berner 2020-08-29 06:26:39 +00:00
parent f97f719a74
commit 9c247f1979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546870

View file

@ -19,6 +19,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
PLIST_FILES= bin/floatator bin/floatator_X_interface
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fcommon
EXPIRATION_DATE= 2020-09-30
DEPRECATED= Unmaintained and dead upstream
do-install:
.for f in floatator floatator_X_interface
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin