fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
18 lines
298 B
Makefile
18 lines
298 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= Colorized df
|
|
|
|
PLIST_FILES= bin/cdf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|