summaryrefslogtreecommitdiff
path: root/editors/puff/Makefile
blob: 482614782c1831a06d0e67c47bc6a171a848855d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
WWW=		http://devpit.org/puff/

USES=		ncurses
PLIST_FILES=	bin/puff etc/puff.conf.sample

.include <bsd.port.mk>