mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2d8b17ea39
With hat: portmgr
18 lines
300 B
Makefile
18 lines
300 B
Makefile
# Created by: Charlie & <root@lame.novel.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdf
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= bmp-plugins
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= A colorized df
|
|
|
|
PLIST_FILES= bin/cdf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|