1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/editors/puff/Makefile
2021-04-06 16:31:07 +02:00

16 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>