1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-wm/icewm/Makefile

31 lines
697 B
Makefile
Raw Normal View History

1999-01-17 10:04:48 +00:00
# New ports collection makefile for: icewm
2000-02-22 02:43:41 +00:00
# Version required: 1.0.2
1999-01-17 10:04:48 +00:00
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
2000-02-22 02:43:41 +00:00
DISTNAME= icewm-1.0.2
CATEGORIES= x11-wm
MASTER_SITES= http://download.sourceforge.net/icewm/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
EXTRACT_SUFX= .src.tar.gz
1999-11-16 04:41:27 +00:00
MAINTAINER= nakai@FreeBSD.org
.if defined(GNOME)
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
.endif
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS+= --enable-i18n
post-install:
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
.include <bsd.port.mk>