mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# New ports collection makefile for: cabextract
|
|
# Date Created: 30 November 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cabextract
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cabextract.1
|
|
|
|
.include <bsd.port.mk>
|