Files
ports/editors/puff/Makefile
T
John Marino 9e20c719f7 editors/puff: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-01-31 14:44:32 +00:00

17 lines
353 B
Makefile

# Created by: 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
USES= ncurses
PLIST_FILES= bin/puff etc/puff.conf.sample
.include <bsd.port.mk>