1999-01-17 10:04:48 +00:00
|
|
|
# New ports collection makefile for: icewm
|
|
|
|
# Date created: 10 August 1997
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1997-11-14 13:11:28 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-11-14 13:11:28 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 19:50:46 +00:00
|
|
|
PORTNAME= icewm
|
2000-06-19 11:40:12 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2000-10-25 09:47:06 +00:00
|
|
|
PORTREVISION= 1
|
1998-08-07 23:01:41 +00:00
|
|
|
CATEGORIES= x11-wm
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
1999-12-28 01:43:49 +00:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-11-14 13:11:28 +00:00
|
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
|
1999-11-16 04:41:27 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1997-11-14 13:11:28 +00:00
|
|
|
|
1998-10-10 01:11:18 +00:00
|
|
|
.if defined(GNOME)
|
2000-06-02 16:33:55 +00:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
1999-03-19 04:40:10 +00:00
|
|
|
.endif
|
1998-04-28 14:51:48 +00:00
|
|
|
|
1999-06-08 23:59:02 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-10-10 01:11:18 +00:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-25 09:47:06 +00:00
|
|
|
USE_IMLIB= yes
|
|
|
|
CONFIGURE_ARGS= --enable-i18n --with-imlib
|
1998-10-10 01:11:18 +00:00
|
|
|
|
1998-02-20 04:22:26 +00:00
|
|
|
post-install:
|
1999-05-09 16:32:40 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
|
1998-02-20 04:22:26 +00:00
|
|
|
|
1997-11-14 13:11:28 +00:00
|
|
|
.include <bsd.port.mk>
|