OpenBSD-Unofficial-Ports/net-opentracker/Makefile
2025-02-26 22:38:00 -06:00

36 lines
805 B
Makefile

COMMENT = open and free bittorrent tracker
DISTNAME = opentracker-1.0
CATEGORIES = net
HOMEPAGE = https://erdgeist.org/arts/software/opentracker/
MAINTAINER = "Ed <ed@groovyexpress.com>"
# beerware
PERMIT_PACKAGE = Yes
WANTLIB = ${COMPILER_LIBC} owfat
SITES = https://erdgeist.org/arts/software/opentracker/
EXTRACT_SUFX = .tar.bz2
COMPILER = base-clang ports-gcc base-gcc
COMPILER_LANGS = c
LIB_DEPENDS = devel/libowfat
CONFIGURE_STYLE = none
NO_TEST = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opentracker
${INSTALL_DATA} ${WRKSRC}/opentracker.conf.sample ${PREFIX}/share/examples/opentracker/
${INSTALL_DATA} ${WRKSRC}/man1/opentracker.1 ${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/man4/opentracker.conf.4 ${PREFIX}/man/man4/
.include <bsd.port.mk>