23 lines
498 B
Makefile
Raw Normal View History

2020-08-13 17:03:08 +00:00
# $OpenBSD: Makefile,v 1.13 2020/08/13 17:03:08 sthen Exp $
2019-12-31 21:02:05 +00:00
COMMENT= identify or delete duplicate files
2020-08-13 17:03:08 +00:00
V= 2.1.2
2014-10-17 19:56:45 +00:00
DISTNAME= fdupes-$V
CATEGORIES= sysutils
2019-12-31 21:02:05 +00:00
HOMEPAGE= https://github.com/adrianlopezroche/fdupes
MASTER_SITES= https://github.com/adrianlopezroche/fdupes/releases/download/v$V/
2019-12-31 21:02:05 +00:00
# MIT
PERMIT_PACKAGE= Yes
2019-12-31 21:02:05 +00:00
WANTLIB += c curses pcre2-32
2019-12-31 21:02:05 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
2019-12-31 21:02:05 +00:00
LIB_DEPENDS= devel/pcre2
.include <bsd.port.mk>