aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmg/Makefile
blob: 01177334c1c0191544bc361658ea901a008c5e11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:   wmg
# Date created:        27 August 1999
# Whom:                Yukihiro Nakai <Nacai@iname.com>
#
# $FreeBSD$
#

PORTNAME=   wmg
PORTVERSION=    0.15.0
PORTREVISION=   1
CATEGORIES= x11-wm gnome
MASTER_SITES=   http://ductape.net/~reeve/downloads/ \
        http://www.geocities.com/SiliconValley/Screen/4079/downloads/
DISTNAME=   wmG-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Small GTK-based GNOME-compliant window manager

USE_X_PREFIX=   yes
USE_XPM=    yes
USE_GNOME=  gnomehack gnomelibs gnomeprefix
USE_GMAKE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS=  ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
        AUTOHEADER="${TRUE}"

CFLAGS+=    -fpermissive

.include <bsd.port.mk>