freebsd-ports/editors/puff/Makefile

17 lines
353 B
Makefile
Raw Normal View History

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