mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
86f0224ec8
Reported by: portscout
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bitwise
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.41
|
|
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>
|