mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
16 lines
341 B
Makefile
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>
|