mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
16 lines
263 B
Makefile
16 lines
263 B
Makefile
COMMENT = utility to set terminal tabs
|
|
DISTNAME = tabs-5.2.1
|
|
CATEGORIES = sysutils
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://www.dragonflybsd.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
SITES = https://mirrors.nycbug.org/pub/distfiles/
|
|
|
|
.include <bsd.port.mk>
|