freebsd-ports/misc/bestfit/Makefile
Emanuel Haupt b44e761dbc - Re-Add misc/bestfit, a utility to Optimally choose files to be put on a
CD (or other media)
- Add two new master sites
- Update WWW
- Take maintainership
- Remove from MOVED
2005-12-16 13:39:58 +00:00

23 lines
480 B
Makefile

# 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/
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>