diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 06:26:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 06:26:39 +0000 |
commit | 9c247f1979d860a09d3646b7a37096a1fb22f8e5 (patch) | |
tree | 9a0ee5cc71d2f3d529fc2d6d6cd3b16ba09f9c6c /misc/floatator | |
parent | f97f719a74b2f2eab583e5b9e3a94780107e298f (diff) | |
download | ports-9c247f1979d860a09d3646b7a37096a1fb22f8e5.tar.gz ports-9c247f1979d860a09d3646b7a37096a1fb22f8e5.zip |
Notes
Diffstat (limited to 'misc/floatator')
-rw-r--r-- | misc/floatator/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index 9ff21abfd4f4..4304bd2e0aad 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -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 |