freebsd-ports/textproc/latte/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

28 lines
723 B
Makefile

# New ports collection makefile for: latte
# Date created: 15 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#
PORTNAME= latte
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= http://www.latte.org/ \
ftp://ftp.brasslantern.com/pub/zanshin/latte/
MAINTAINER= nc-rotherdo@netcologne.de
COMMENT= Simple language for marking up text in a very expressive way
BROKEN= "Installs latte.el in /"
USE_LIBTOOL= yes
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
CONFIGURE_ARGS+= --enable-shared
post-install:
${STRIP_CMD} ${PREFIX}/bin/latte-html
${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
.include <bsd.port.mk>