re-organized Makefile.
This commit is contained in:
parent
800ab156ed
commit
f9aed2911a
@ -1,11 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/07/10 20:13:13 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2000/08/21 22:20:28 danh Exp $
|
||||
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
||||
|
||||
DISTNAME= lzop-1.00
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
|
||||
|
||||
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
|
||||
|
||||
LIB_DEPENDS= lzo.1::archivers/lzo
|
||||
|
||||
MAINTAINER= danh@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -13,14 +17,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
|
||||
|
||||
LIB_DEPENDS= lzo.1::archivers/lzo
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user