blob: 119ddbd4281e3eb660a33857425117976c427e0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libmspack
# Date created: 25 Nov 2004
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmspack
PORTVERSION= 0.2
CATEGORIES= archivers
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
MAINTAINER= fjoe@FreeBSD.org
COMMENT= A library for Microsoft compression formats
USE_AUTOTOOLS= libtool:22
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|