aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/cabextract/Makefile
blob: 4b2a91bf95e42e0662e812fcc3fa38a7ddececb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    cabextract
# Date Created:             30 November 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   cabextract
PORTVERSION=    0.6
CATEGORIES= archivers
MASTER_SITES=   http://www.kyz.uklinux.net/downloads/

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"

MAN1=       cabextract.1

.include <bsd.port.mk>