blob: 7da534df9f89389142a7034f2d36234a87236a76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: cdf
# Date created: 2004-10-22
# Whom: Charlie & <root@lame.novel.ru>
#
# $FreeBSD$
#
PORTNAME= cdf
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://bmp-plugins.berlios.de/misc/cdf/
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= A colorized df
PLIST_FILES= bin/cdf
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
|