mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1d67c39751
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# Created by: Max Khon <fjoe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmspack
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= Library for Microsoft compression formats
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool pathfix
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|