1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/icewm/Makefile
Yukihiro Nakai f497f70eb8 Add more MASTER_SITE.
Submitted by:	Dirk Froemberg <dirk@freebsd.org>
1999-12-28 01:43:49 +00:00

34 lines
727 B
Makefile

# New ports collection makefile for: icewm
# Version required: 1.0.0
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
DISTNAME= icewm-1.0.0
CATEGORIES= x11-wm
MASTER_SITES= http://download.sourceforge.net/icewm/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
EXTRACT_SUFX= .src.tar.gz
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
.if defined(USE_I18N)
CONFIGURE_ARGS+= --enable-i18n
.endif
post-install:
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
.include <bsd.port.mk>