1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/archivers/lcab/Makefile
Alexey Dokuchaev 3ec1c482f4 - Make fetchable, developer site moved
- Update WWW line in pkg-descr

PR:		ports/104471
Submitted by:	Thomas Abthorpe <thomas(at)goodking.ca>
Approved by:	portmgr (erwin)
2006-10-17 10:07:04 +00:00

23 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.0b11
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>