mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9789b00d07
PR: 11861 Submitted by: Chris Piazza <cpiazza@home.net>
37 lines
850 B
Makefile
37 lines
850 B
Makefile
# New ports collection makefile for: icewm
|
|
# Version required: 0.9.41
|
|
# Date created: 10 August 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.37 1999/06/07 01:57:36 steve Exp $
|
|
#
|
|
|
|
DISTNAME= icewm-0.9.41
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
.if defined(GNOME)
|
|
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
|
|
.endif
|
|
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.if defined(USE_I18N)
|
|
CONFIGURE_ARGS+= --enable-i18n
|
|
.endif
|
|
.if defined(GNOME)
|
|
ICEOPTION+= --with-imlib --with-gnome
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
|
|
|
|
.include <bsd.port.mk>
|