freebsd-ports/archivers/lzo/Makefile
Chris Piazza f12bea9bca Fix MASTER_SITES, some formatting issues, and update WWW:
PR:		13564
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-04 19:46:24 +00:00

27 lines
591 B
Makefile

# New ports collection makefile for: lzo
# Version required: 1.04
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= lzo-1.04
CATEGORIES= archivers devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/
MASTER_SITE_SUBDIR= libs/compression
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-shared=yes \
--enable-asm=yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/lzo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
.endif
.include <bsd.port.mk>