aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/golem/Makefile
blob: 9463619b944886215f21b227636c87d0e06fc914 (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
32
33
34
35
36
37
38
39
# New ports collection makefile for:   golem
# Date created:        11 August 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   golem
PORTVERSION=    0.0.5
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= fracture@allusion.net
COMMENT=    Small window manager with themes and plugins

.if defined(WANT_SOUND)
LIB_DEPENDS=    esd.2:${PORTSDIR}/audio/esound
CONFIGURE_ARGS= --enable-sound
PLIST_SUB+= NO_SOUND=""
.else
PLIST_SUB+= NO_SOUND="@comment "
.endif

.if defined(WANT_XINERAMA)
CONFIGURE_ARGS+=    --enable-xinerama
.endif

USE_X_PREFIX=   yes
USE_XPM=    yes
GNU_CONFIGURE=  yes

MANCOMPRESSED=  yes
MAN1=       golem.1

.if ${MACHINE_ARCH:L} == "amd64"
CFLAGS+=    -fPIC
.endif
.include <bsd.port.mk>