1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/archivers/libmspack/Makefile
Baptiste Daroussin e9e5e42574 Convert from USE_AUTOTOOLS=libtool to uses=libtool
While here:
- archivers/libmspack:
  * Strip binaries
2014-04-28 13:12:26 +00:00

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>