freebsd-ports/archivers/lcab/Makefile
Alexey Dokuchaev fef967c941 Update to version 1.0b12.
PR:		ports/113762
Submitted by:	Nils Vogels
2007-06-28 12:42:11 +00:00

22 lines
476 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://coding.wooyayhoopla.be/lcab/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>