23 lines
404 B
Makefile
23 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bitwise
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.20
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal-based bitwise manipulator in curses
|
|
|
|
LICENSE= APACHE20
|
|
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>
|