summaryrefslogtreecommitdiff
path: root/editors/puff/Makefile
blob: cdc6406421165371e7484ad1193dd1a7e5434bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   puff
# Date created:        10 April 2003
# Whom:                Leif Pedersen <bilbo@developerpit.com>
#
# $FreeBSD$
#

PORTNAME=	puff
PORTVERSION=	0.43
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

post-extract:
	@${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -r
	@${REINPLACE_CMD} -e 's|-O[0-9]||g' ${WRKSRC}/Makefile

.include <bsd.port.mk>