ports/sysutils/sysclean/Makefile

29 lines
615 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = list obsolete files between OpenBSD upgrades
2023-09-24 19:04:18 +00:00
V = 3.6
2023-08-16 22:26:55 +00:00
DISTNAME = sysclean-${V}
CATEGORIES = sysutils
2023-09-17 04:05:06 +00:00
HOMEPAGE = https://codeberg.org/semarie/sysclean/
2023-08-16 22:26:55 +00:00
2023-09-17 04:05:06 +00:00
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
2023-08-16 22:26:55 +00:00
2023-09-28 02:05:49 +00:00
SITES = https://codeberg.org/semarie/sysclean/releases/download/${V}/
2023-08-16 22:26:55 +00:00
# ISC
PERMIT_PACKAGE = Yes
MAKE_ENV = BINDIR=${LOCALBASE}/sbin \
MANDIR=${LOCALBASE}/man/man
NO_BUILD = Yes
PKG_ARCH = *
TEST_TARGET = regress
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sysclean
${INSTALL_DATA} ${WRKSRC}/sysclean.ignore ${PREFIX}/share/examples/sysclean
.include <bsd.port.mk>