Files
ports/misc/bestfit/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

19 lines
368 B
Makefile

PORTNAME= bestfit
DISTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Optimally choose files to be put on a CD (or other media)
WWW= https://savannah.nongnu.org/projects/bestfit/
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/bestfit \
share/man/man1/bestfit.1.gz
.include <bsd.port.mk>