aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lcab/Makefile
blob: 43225d0d2ec3c40b2347e49fe5ac87a870c308bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    LCAB
# Date created:             27 May 2005
# Whom:                 Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   lcab
DISTVERSION=    1.0b11
CATEGORIES= archivers
MASTER_SITES=   http://www.geekshop.be/rien/lcab/files/

MAINTAINER= danfe@FreeBSD.org
COMMENT=    Microsoft .CABinet file creator

MAKE_ARGS=  CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES=    bin/lcab

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/lcab ${PREFIX}/bin

.include <bsd.port.mk>