mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e9e5e42574
While here: - archivers/libmspack: * Strip binaries
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: Max Khon <fjoe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmspack
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
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:oldver pathfix
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|