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/amaterus/Makefile | |
parent | Forgot committing my modification (diff) |
Initial import.
A new GTK+ window manager in very alpha quality.
(But good.)
Diffstat (limited to 'x11-wm/amaterus/Makefile')
-rw-r--r-- | x11-wm/amaterus/Makefile | 25 |
1 files changed, 25 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> |