mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
a576d7660a
Reported by: pkg-fallout
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# Created by: dominik karczmarski <dominik@karczmarski.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fswatch
|
|
DISTVERSION= 0.02beta5
|
|
PORTREVISION= 1
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= File system checksum checker
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--enable-regex \
|
|
--enable-stflags
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -fcommon
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \
|
|
${WRKSRC}/examples/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|