24 lines
433 B
Makefile
24 lines
433 B
Makefile
COMMENT = a terminal frontend for fossil
|
|
|
|
V = 0.10
|
|
DISTNAME = fnc-${V}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://fnc.bsdbox.org
|
|
|
|
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
|
|
|
# ISC (fnc), BSD 2-clause (libfossil)
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
WANTLIB += c curses m panel pthread util z
|
|
|
|
MASTER_SITES = https://fnc.bsdbox.org/tarball/${V}/
|
|
|
|
MAKE_ENV = MANDIR=/man
|
|
|
|
.include <bsd.port.mk>
|