mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
f12bea9bca
PR: 13564 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
27 lines
591 B
Makefile
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>
|