aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2006-11-20 22:34:44 +0800
committerscrappy <scrappy@FreeBSD.org>2006-11-20 22:34:44 +0800
commit568563daeeff2e0539a14d3450c81f02586182e5 (patch)
treebc3460e7ea175a2fefd9065a837b6c7103f9bb93 /sysutils
parentfab3538e99fc0fcba813acf835cd7656aaf13c5f (diff)
downloadfreebsd-ports-gnome-568563daeeff2e0539a14d3450c81f02586182e5.tar.gz
freebsd-ports-gnome-568563daeeff2e0539a14d3450c81f02586182e5.tar.zst
freebsd-ports-gnome-568563daeeff2e0539a14d3450c81f02586182e5.zip
Create a 'dtc-toaster' for FreeBSD
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/dtc-toaster/Makefile22
-rw-r--r--sysutils/dtc-toaster/pkg-descr7
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 36b6ef0b5220..035193f4082e 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -133,6 +133,7 @@
SUBDIR += downtime
SUBDIR += dt
SUBDIR += dtc
+ SUBDIR += dtc-toaster
SUBDIR += du2ps
SUBDIR += dump9660
SUBDIR += dupfind
diff --git a/sysutils/dtc-toaster/Makefile b/sysutils/dtc-toaster/Makefile
new file mode 100644
index 000000000000..8bb3901d1417
--- /dev/null
+++ b/sysutils/dtc-toaster/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: dtc-toaster
+# Date created: 20 November 2006
+# Whom: Marc G. Fournier <scrappy@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dtc
+CATEGORIES= sysutils
+PKGNAMESUFFIX= -toaster
+
+MAINTAINER= scrappy@freebsd.org
+
+CONFLICTS= dtc-[0-9]*
+
+DTC_TOASTER= yes
+DESCR= ${PKGDIR}/pkg-descr
+
+MASTERDIR= ${.CURDIR}/../dtc
+
+.include "${MASTERDIR}/Makefile"
+
diff --git a/sysutils/dtc-toaster/pkg-descr b/sysutils/dtc-toaster/pkg-descr
new file mode 100644
index 000000000000..3451ef1e8169
--- /dev/null
+++ b/sysutils/dtc-toaster/pkg-descr
@@ -0,0 +1,7 @@
+
+This port is meant to build and provide a full installation of DTC, including
+all dependencies required to use it. This isn't the only possible configuration
+of applications to run with it, see the main port for the various apps that
+can be used.
+
+WWW: http://www.gplhost.com/software-dtc.html