2000-02-07 08:11:04 +00:00
|
|
|
# New ports collection makefile for: amaterus
|
|
|
|
# Date created: 26 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 19:50:46 +00:00
|
|
|
PORTNAME= amaterus
|
2002-02-18 07:43:11 +00:00
|
|
|
PORTVERSION= 0.34.1
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2000-02-07 08:11:04 +00:00
|
|
|
CATEGORIES= x11-wm
|
2002-02-18 07:43:11 +00:00
|
|
|
MASTER_SITES= http://www.taiyaki.org/amaterus/src/
|
2000-02-07 08:11:04 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A GTK+ window manager
|
2000-02-07 08:11:04 +00:00
|
|
|
|
2000-10-05 06:42:57 +00:00
|
|
|
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
|
2000-02-07 08:11:04 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 01:30:26 +00:00
|
|
|
USE_GNOME= gtk12
|
2000-02-07 08:11:04 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|