freebsd-ports/x11-wm/amaterus/Makefile
2007-05-25 23:05:08 +00:00

31 lines
652 B
Makefile

# New ports collection makefile for: amaterus
# Date created: 26 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amaterus
PORTVERSION= 0.34.1
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.taiyaki.org/amaterus/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK+ window manager
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
.include <bsd.port.post.mk>