summaryrefslogtreecommitdiff
path: root/editors/zile/Makefile
blob: e90e27f8c427e0a1c07af677b1c4a481dff1fc76 (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
24
25
26
27
28
29
30
31
# New ports collection Makefile for:	zile
# Date created:		28 September 2000
# Whom:			jasone
#
# $FreeBSD$
#

PORTNAME=	zile
PORTVERSION=	1.5.2
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
		http://web.tiscalinet.it/ssigala/sandro/files/
MASTER_SITE_SUBDIR=	apps/editors/emacs/clones

MAINTAINER=	jasone@freebsd.org

USE_AUTOCONF=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib

MAN1=		zile.1
MANCOMPRESSED=	no

strip_bins := zile

post-install:
.for bin in ${strip_bins}
	@strip ${PREFIX}/bin/${bin}
.endfor

.include <bsd.port.mk>