summaryrefslogtreecommitdiff
path: root/editors/puff/Makefile
blob: bde2acef0d9adda4fb9b6da289be8311c815eef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

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

NO_STAGE=	yes
.include <bsd.port.mk>