mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Initial import.
A new GTK+ window manager in very alpha quality. (But good.)
This commit is contained in:
parent
f2c74d1bef
commit
459a78e9fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25552
25
x11-wm/amaterus/Makefile
Normal file
25
x11-wm/amaterus/Makefile
Normal file
@ -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>
|
1
x11-wm/amaterus/distinfo
Normal file
1
x11-wm/amaterus/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amaterus-0.28.tar.gz) = 3be8814fd8b64aa4eb87e62a580e79e6
|
1
x11-wm/amaterus/pkg-comment
Normal file
1
x11-wm/amaterus/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a GTK+ window manager
|
1
x11-wm/amaterus/pkg-descr
Normal file
1
x11-wm/amaterus/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
a GTK+ window manager
|
1
x11-wm/amaterus/pkg-plist
Normal file
1
x11-wm/amaterus/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/amaterus
|
Loading…
Reference in New Issue
Block a user