mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b1f3c5cfaf
- Unbreak on gcc 4. - Pass maintainership to submitter. PR: ports/118563 Submitted by: Leif Pedersen <bilbo@hobbiton.org>
20 lines
432 B
Makefile
20 lines
432 B
Makefile
# New ports collection makefile for: puff
|
|
# Date created: 10 April 2003
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|