freebsd-ports/editors/puff/Makefile
2021-04-06 16:31:07 +02:00

15 lines
341 B
Makefile

# Created by: Leif Pedersen <bilbo@devpit.org>
PORTNAME= puff
PORTVERSION= 1.0.1
CATEGORIES= editors
MASTER_SITES= http://devpit.org/puff/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= bilbo@hobbiton.org
COMMENT= Simple and efficient text editor
USES= ncurses
PLIST_FILES= bin/puff etc/puff.conf.sample
.include <bsd.port.mk>