Files
ports/sysutils/fswatch-mon/Makefile
Mark Linimon 9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00

36 lines
712 B
Makefile

# Created by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
# $FreeBSD$
PORTNAME= fswatch
PORTVERSION= 1.11.2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${PORTVERSION}/
PKGNAMESUFFIX= -mon
MAINTAINER= enrico.m.crisostomo@gmail.com
COMMENT= Cross-platform file change monitor
LICENSE= GPLv3
USES= compiler:c++11-lang libtool makeinfo
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INFO= fswatch
CONFLICTS_INSTALL= fswatch-[0-9]*
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GH_ACCOUNT= emcrisostomo
GH_PROJECT= fswatch
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfswatch.so
.include <bsd.port.mk>