732b79ab3b
Bill Fenner's distfile survey. - Pass maintainership to submitter PR: ports/89681 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
20 lines
442 B
Makefile
20 lines
442 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= http://www.freebsdbrasil.com.br/~jmelo/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
COMMENT= Simple and efficient text editor
|
|
|
|
WRKSRC= ${WRKDIR}/puff
|
|
|
|
PLIST_FILES= bin/puff etc/puff.conf.sample
|
|
|
|
.include <bsd.port.mk>
|