e3c2232e45
PR: 59109 Approved by: marcus (mentor)
19 lines
408 B
Makefile
19 lines
408 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= Simple and efficient text editor
|
|
|
|
WRKSRC= ${WRKDIR}/puff
|
|
|
|
.include <bsd.port.mk>
|