diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-07 08:11:04 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-07 08:11:04 +0000 |
commit | 459a78e9fe6e791c129a52f682848ec8374ce553 (patch) | |
tree | dc0e7232ce297f43e433fa3a4e314286955f2a93 /x11-wm | |
parent | f2c74d1befd7a9dd6ce3279e2b61047753efd7e0 (diff) | |
download | ports-459a78e9fe6e791c129a52f682848ec8374ce553.tar.gz ports-459a78e9fe6e791c129a52f682848ec8374ce553.zip |
Initial import.
A new GTK+ window manager in very alpha quality.
(But good.)
Notes
Notes:
svn path=/head/; revision=25552
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/amaterus/Makefile | 25 | ||||
-rw-r--r-- | x11-wm/amaterus/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/amaterus/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/amaterus/pkg-descr | 1 | ||||
-rw-r--r-- | x11-wm/amaterus/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/x11-wm/amaterus/Makefile b/x11-wm/amaterus/Makefile new file mode 100644 index 000000000000..06bca32994f3 --- /dev/null +++ b/x11-wm/amaterus/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: amaterus +# Version required: 0.28 +# Date created: 26 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= amaterus-0.28 +CATEGORIES= x11-wm +MASTER_SITES= http://www.taiyaki.org/src/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-wm/amaterus/distinfo b/x11-wm/amaterus/distinfo new file mode 100644 index 000000000000..dcaaf06e68b3 --- /dev/null +++ b/x11-wm/amaterus/distinfo @@ -0,0 +1 @@ +MD5 (amaterus-0.28.tar.gz) = 3be8814fd8b64aa4eb87e62a580e79e6 diff --git a/x11-wm/amaterus/pkg-comment b/x11-wm/amaterus/pkg-comment new file mode 100644 index 000000000000..6b2b83ec1ef0 --- /dev/null +++ b/x11-wm/amaterus/pkg-comment @@ -0,0 +1 @@ +a GTK+ window manager diff --git a/x11-wm/amaterus/pkg-descr b/x11-wm/amaterus/pkg-descr new file mode 100644 index 000000000000..6b2b83ec1ef0 --- /dev/null +++ b/x11-wm/amaterus/pkg-descr @@ -0,0 +1 @@ +a GTK+ window manager diff --git a/x11-wm/amaterus/pkg-plist b/x11-wm/amaterus/pkg-plist new file mode 100644 index 000000000000..0c9557213156 --- /dev/null +++ b/x11-wm/amaterus/pkg-plist @@ -0,0 +1 @@ +bin/amaterus |