summaryrefslogtreecommitdiff
path: root/deskutils/offix-trash/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-06 12:35:01 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-06 12:35:01 +0000
commit3686836052fc0eead7ed62f737b248887c0965b1 (patch)
tree4ec2b46eae7322a8be37531d1561e4b9c4563833 /deskutils/offix-trash/Makefile
parentNew port: Printer from the OffiX package. Windowed interface to lpr. (diff)
New port: Trash from the OffiX package. Trashcan for Unix/X.
PR: final part of 3991 Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Notes
Notes: svn path=/head/; revision=10878
Diffstat (limited to 'deskutils/offix-trash/Makefile')
-rw-r--r--deskutils/offix-trash/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/deskutils/offix-trash/Makefile b/deskutils/offix-trash/Makefile
new file mode 100644
index 000000000000..bc45f970e623
--- /dev/null
+++ b/deskutils/offix-trash/Makefile
@@ -0,0 +1,24 @@
+# ports collection makefile for: Clipboard
+# Version required: 2.4
+# Date created: 28 Jun 1997
+# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
+#
+# $Id$
+#
+
+DISTNAME= Trash-2.4
+PKGNAME= offix-trash-2.4
+CATEGORIES= x11 offix
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= desktop_managers/OffiX
+
+MAINTAINER= ruslan@shevchenko.kiev.ua
+
+LIB_DEPENDS= Dnd++\\.1\\.:${PORTSDIR}/x11/libdnd
+
+GNU_CONFIGURE= YES
+CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
+USE_GMAKE= YES
+USE_X11= YES
+
+.include <bsd.port.mk>