2004-10-26 20:41:39 +02:00
|
|
|
# New ports collection makefile for: cdf
|
|
|
|
# Date created: 2004-10-22
|
|
|
|
# Whom: Charlie & <root@lame.novel.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cdf
|
2005-03-08 19:01:38 +01:00
|
|
|
PORTVERSION= 0.2
|
2004-10-26 20:41:39 +02:00
|
|
|
CATEGORIES= sysutils
|
2005-03-08 19:01:38 +01:00
|
|
|
MASTER_SITES= http://download.berlios.de/bmp-plugins/
|
2004-10-26 20:41:39 +02:00
|
|
|
|
2005-03-08 08:38:35 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2004-10-26 20:41:39 +02:00
|
|
|
COMMENT= A colorized df
|
|
|
|
|
|
|
|
PLIST_FILES= bin/cdf
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-10-26 20:41:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|