2004-11-25 15:02:55 +01:00
|
|
|
# New ports collection makefile for: libmspack
|
|
|
|
# Date created: 25 Nov 2004
|
|
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmspack
|
2009-02-01 09:53:21 +01:00
|
|
|
PORTVERSION= 0.0.20060920
|
2004-11-25 15:02:55 +01:00
|
|
|
CATEGORIES= archivers
|
2009-01-30 20:46:43 +01:00
|
|
|
MASTER_SITES= http://www.cabextract.org.uk/libmspack/
|
2004-11-25 15:02:55 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
|
|
COMMENT= A library for Microsoft compression formats
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2009-01-30 20:46:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-11-25 15:02:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|