1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/editors/puff/Makefile
2016-01-31 14:44:32 +00:00

17 lines
353 B
Makefile

# Created by: Leif Pedersen <bilbo@devpit.org>
# $FreeBSD$
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>