aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/olvwm/Makefile
blob: 1ca19a0f6024e937325d59b8d9e88783b7749df1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    olvwm
# Version required: 4.1
# Date created:     21 October 1994
# Whom:         smace
#
# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $
#

DISTNAME=   olvwm4
USE_IMAKE=  yes
MASTER_SITES=   ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX=   .tar.Z
DISTFILES=  olvwm4.tar.Z olvwm4.Patch01.Z
EXTRACT_ONLY=   olvwm4.tar.Z
NO_WRKSUBDIR=   yes
DEPENDS=    ${PORTSDIR}/x11/xview-lib

pre-configure:
    @echo "Applying olvwm4 Patch01"
    @zcat ${DISTDIR}/olvwm4.Patch01.Z | patch -E -d ${WRKSRC} --quiet

.include <bsd.port.mk>