mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
b188381e14
PR: 6437 Submitted by: andrew@ugh.net.au
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# New ports collection makefile for: icewm
|
|
# Version required: 0.8.14
|
|
# Date created: 10 August 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/04/04 14:31:27 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= icewm-0.8.14
|
|
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
|
|
|
|
post-install:
|
|
${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar
|
|
|
|
.include <bsd.port.mk>
|