a85f523ccf
- Use DISTVERSIONSUFFIX instead of DISTNAME - Remove PORTREVISION - Take maintainership
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# Created by: Max Khon <fjoe@FreeBSD.org>
|
|
|
|
PORTNAME= libmspack
|
|
PORTVERSION= 0.10.1
|
|
DISTVERSIONSUFFIX= alpha
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for Microsoft compression formats
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cpe libtool pathfix
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= libmspack_project
|
|
|
|
.include <bsd.port.mk>
|