openbsd-ports/archivers/lzo/Makefile
jolan aed7b6d5b0 lzo -- # GPL
lzop    -- # GNU GPL -> # GPL
macutil -- sync w/# None style
nulib   -- # Restrictive
rar     -- # Restrictive
ucl     -- # GPL
unace   -- # Copyrighted but freely distributable.
             That's all the author states.  Is this acceptable as a
             license?
        -- Drop MAINTAINER per his request
unarj   -- # Restrictive
           PERMIT_*_CDROM=No
             "If you wish to distribute a modified version of UNARJ
              you MUST indicate that it is a modified version both in
              the program and source code."
unrar  --  # Restrictive
unzip  --  # Conditional
             It is freely re-distributable with conditions which we meet.
             This could use another pair of eyes to confirm.
zip    --  # Conditional
             Same thing as unzip.
zoo    --  # Conditional
             Different author/license but same idea as zip/unzip.
2003-05-24 02:40:42 +00:00

36 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.30 2003/05/24 02:40:42 jolan Exp $
COMMENT= "portable speedy lossless data compression library"
DISTNAME= lzo-1.08
CATEGORIES= archivers devel
MASTER_SITES= ${HOMEPAGE}download/
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
MAINTAINER= Brad Smith <brad@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
# Internal Compiler Error
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup-sparc64
.endif
REGRESS_TARGET= test
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lzo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
.include <bsd.port.mk>