1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-wm/icewm/Makefile
1998-07-03 08:19:24 +00:00

33 lines
767 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.10 1998/06/28 23:27:33 steve 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
BROKEN= master site not responding
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>