blob: bba2f9ce8001e7463e2ce5724dad37ee98fd2746 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|