1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/bitwise/Makefile
2021-04-16 21:00:57 -07:00

21 lines
384 B
Makefile

PORTNAME= bitwise
DISTVERSIONPREFIX= v
DISTVERSION= 0.42
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Terminal-based bit manipulator in curses
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf localbase ncurses readline
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= mellowcandle
PLIST_FILES= bin/bitwise \
man/man1/bitwise.1.gz
.include <bsd.port.mk>