freebsd-ports/textproc/latte/Makefile
Bill Fenner bcc333b8db Update Dominik Rothert's (MAINTAINER) email address.
Submitted by:	Dr. Jurgen K. Lang <jkl@astorit.de>
2002-10-22 17:55:52 +00:00

25 lines
611 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
USE_LIBTOOL= yes
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
CONFIGURE_ARGS+= --enable-shared
post-install:
strip ${PREFIX}/bin/latte-html
${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
.include <bsd.port.mk>