summaryrefslogblamecommitdiff
path: root/archivers/lzo2/Makefile
blob: 91088f28f8def57e2ff777353458d37357d6f6b0 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                         
           

 
                        
                               


                                                             
 
                                 
 
                   


                                             
                        
                                         



                                                               
# 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>