aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzo2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /archivers/lzo2/Makefile
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
downloadports-release/4.11.0.tar.gz
ports-release/4.11.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'archivers/lzo2/Makefile')
-rw-r--r--archivers/lzo2/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
deleted file mode 100644
index d2cb03d950b0..000000000000
--- a/archivers/lzo2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: lzo
-# Date created: 21 Feb 1998
-# Whom: giffunip@asme.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= lzo
-PORTVERSION= 1.08
-PORTREVISION= 1
-CATEGORIES= archivers devel
-MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
-MASTER_SITE_SUBDIR= libs/compression
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Portable speedy, lossless data compression library
-
-USE_INC_LIBTOOL_VER= 13
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --enable-shared
-INSTALLS_SHLIB= yes
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>