mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
98f3bc1739
- Remove patch required only for FreeBSD 4.x
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: libmspack
|
|
# Date created: 25 Nov 2004
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmspack
|
|
PORTVERSION= 0.0.20060920
|
|
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:15
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|