aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wmwork/Makefile
blob: 95f2394c5ddc75da9de97cdb9b8f12757e29cee9 (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
# New ports collection makefile for:    wmwork
# Date created:         16 May 2002
# Whom:             Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   wmwork
PORTVERSION=    0.2.0
CATEGORIES= misc windowmaker afterstep
MASTER_SITES=   http://www.godisch.de/debian/wmwork/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src

USE_X_PREFIX=   yes
USE_XPM=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt"

MAN1=   wmwork.1

.include <bsd.port.mk>