freebsd-ports/x11-wm/wmg/Makefile

30 lines
709 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmg
# Date created: 27 August 1999
# Whom: Yukihiro Nakai <Nacai@iname.com>
#
1999-09-09 03:33:54 +02:00
# $FreeBSD$
#
PORTNAME= wmg
2000-04-21 09:04:31 +02:00
PORTVERSION= 0.15.0
PORTREVISION= 5
CATEGORIES= x11-wm gnome
MASTER_SITES= http://ductape.net/~reeve/downloads/
DISTNAME= wmG-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small GTK-based GNOME-compliant window manager
USE_XORG= xpm
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
CFLAGS+= -fpermissive
2002-12-02 01:28:19 +01:00
.include <bsd.port.mk>