freebsd-ports/editors/puff/Makefile
Jean Milanez Melo d68b123ed0 - Mark as broken on 7.x
Reported by: krismail.
2007-01-26 15:01:32 +00:00

25 lines
532 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
CATEGORIES= editors
MASTER_SITES= http://devpit.org/puff/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Simple and efficient text editor
PLIST_FILES= bin/puff etc/puff.conf.sample
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 700000)
BROKEN= Does not compile on 7.X
.endif
.include <bsd.port.post.mk>