1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11-wm/icewm/Makefile
Steve Price 177e6db0ab Update to version 0.9.8.
PR:		7046
Submitted by:	maintainer
1998-06-28 23:28:00 +00:00

31 lines
731 B
Makefile

# New ports collection makefile for: icewm
# Version required: 0.9.8
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.9 1998/06/04 04:28:05 vanilla Exp $
#
DISTNAME= icewm-0.9.8
CATEGORIES= x11
MASTER_SITES= http://ixtas.fri.uni-lj.si/%7Emarkom/icewm/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X11= yes
pre-patch:
.if defined(TITLE_BOTTOM)
${CP} ${FILESDIR}/patch-titlebottom ${PATCHDIR}/patch-ac
.else
${CP} ${FILESDIR}/patch-titletop ${PATCHDIR}/patch-ac
.endif
post-install:
${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar
.include <bsd.port.mk>