mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
19 lines
280 B
Makefile
19 lines
280 B
Makefile
# Created by: Charlie & <root@lame.novel.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdf
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/bmp-plugins
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Colorized df
|
|
|
|
BROKEN= unfetchable
|
|
|
|
PLIST_FILES= bin/cdf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|