mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
732b79ab3b
Bill Fenner's distfile survey. - Pass maintainership to submitter PR: ports/89681 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
21 lines
442 B
Makefile
21 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>
|