1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/x11-wm/olvwm/Makefile
Satoshi Asami fbf7d6abb4 Use PATCHFILES instead of custom pre-patch target. Yeah I know, don't
fix if it ain't broke, but still....
1995-10-05 12:38:12 +00:00

25 lines
485 B
Makefile

# 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
PKGNAME= olvwm-4.1
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTFILES= olvwm4.tar.Z
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= olvwm4.Patch01.Z
PATCH_DIST_STRIP= -p1
LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib
NO_WRKSUBDIR= yes
USE_IMAKE= yes
.include <bsd.port.mk>