summaryrefslogtreecommitdiff
path: root/editors/puff/Makefile
blob: ea7680a060659f978bd02c9e91b3d35815869a95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:   puff
# Date created:        10 April 2003
# Whom:                Leif Pedersen <bilbo@developerpit.com>
#
# $FreeBSD$
#

PORTNAME=      puff
PORTVERSION=   0.42
CATEGORIES=    editors
MASTER_SITES=  ftp://ftp.developerpit.com/puff/

MAINTAINER=    bilbo@developerpit.com
COMMENT=       Simple and efficient text editor

WRKSRC=        ${WRKDIR}/puff

.include <bsd.port.mk>