bf269f72ed
original number of the library no functional change
22 lines
546 B
Makefile
22 lines
546 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/10/28 10:15:10 espie Exp $
|
|
|
|
COMMENT= "library for handling microsoft compression formats"
|
|
DISTNAME= libmspack-0.0.20040308alpha
|
|
SHARED_LIBS += mspack 1.0 # .1.0
|
|
PKGNAME= libmspack-20040308a
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
HOMEPAGE= http://www.kyz.uklinux.net/libmspack/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|