aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bestfit/Makefile
blob: 713b5936b20fcabfddddd78fa8e549efc9bcf80e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    bestfit-0.2.0
# Date created:             09 Oct 2001
# Whom:                 Steven Enderle <enderle@mdn.de>
#
# $FreeBSD$
#

PORTNAME=   bestfit
PORTVERSION=    0.2.0
CATEGORIES= misc
MASTER_SITES=   http://oskarsapps.mine.nu/src/ \
        http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Optimally choose files to be put on a CD (or other media)

GNU_CONFIGURE=  yes
MANCOMPRESSED=  no

MAN1=       bestfit.1
PLIST_FILES=    bin/bestfit

.include <bsd.port.mk>