freebsd-ports/archivers/lcab/Makefile
Philip M. Gollucci 267bce6de6 - Update download locations, update WWW
Reported by:    -fetch-original pointyhat run
2009-02-04 02:41:13 +00:00

22 lines
470 B
Makefile

# New ports collection makefile for: LCAB
# Date created: 27 May 2005
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lcab
DISTVERSION= 1.0b12
CATEGORIES= archivers
MASTER_SITES= http://lcab.move-to-cork.com/sources/
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>