mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
32 lines
596 B
Makefile
32 lines
596 B
Makefile
# New ports collection Makefile for: zile
|
|
# Date created: 28 September 2000
|
|
# Whom: jasone
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zile
|
|
PORTVERSION= 1.3
|
|
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>
|