2006-08-03 20:10:42 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.38 2006/08/04 00:10:42 espie Exp $
|
2001-06-27 17:50:38 -04:00
|
|
|
|
|
|
|
COMMENT= "multiple virtual desktop window manager, with icons"
|
|
|
|
COMMENT-fvicons="multiple virtual desktop window manager icons"
|
|
|
|
COMMENT-fvwm2= "multiple virtual desktop window manager, without icons"
|
|
|
|
|
2005-07-29 01:01:49 -04:00
|
|
|
VERSION= 2.4.19
|
2001-06-27 17:50:38 -04:00
|
|
|
DISTNAME= fvwm-${VERSION}
|
2005-07-29 01:01:49 -04:00
|
|
|
PKGNAME= fvwm2+fvicons-${VERSION}
|
|
|
|
FULLPKGNAME-fvicons=fvicons-${VERSION}
|
|
|
|
PKGNAME-fvwm2= fvwm2-${VERSION}
|
2001-06-27 17:50:38 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz:0
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.fvwm.org/
|
|
|
|
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
|
2003-10-08 13:13:14 -04:00
|
|
|
# GPL/BSD-like (badly worded)
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2001-06-27 17:50:38 -04:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2003-10-08 13:13:14 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2001-06-27 17:50:38 -04:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-17 10:18:31 -05:00
|
|
|
WANTLIB= ICE SM X11 Xext Xi Xinerama Xpm c gdk glib gmodule \
|
|
|
|
iconv intl jpeg m png readline termcap tiff ungif z
|
2001-06-27 17:50:38 -04:00
|
|
|
|
2001-07-03 01:21:14 -04:00
|
|
|
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
|
|
|
|
MASTER_SITES0= http://www.fvwm.org/generated/icon_download/
|
2001-06-27 17:50:38 -04:00
|
|
|
|
2006-08-03 20:10:42 -04:00
|
|
|
LIB_DEPENDS= gtk.>=1.2:gtk+-*:x11/gtk+ \
|
|
|
|
gdk_imlib.>=19.:imlib-*:graphics/imlib
|
2001-07-05 14:38:38 -04:00
|
|
|
|
2001-06-27 17:50:38 -04:00
|
|
|
MULTI_PACKAGES= -fvwm2 -fvicons
|
|
|
|
SUBPACKAGE?=
|
|
|
|
|
2001-07-05 14:38:38 -04:00
|
|
|
FLAVORS= rplay debug i18n
|
2001-06-27 17:50:38 -04:00
|
|
|
FLAVOR?=
|
|
|
|
|
2001-08-04 00:57:23 -04:00
|
|
|
.if ${FLAVOR:L:Mrplay} && !${SUBPACKAGE} == "-fvicons"
|
2001-12-28 04:29:40 -05:00
|
|
|
LIB_DEPENDS+= rplay.0.:rplay-*:audio/rplay
|
2001-06-27 17:50:38 -04:00
|
|
|
CONFIGURE_ARGS+= --with-rplay-includes="${LOCALBASE}/include" \
|
|
|
|
--with-rplay-library="${LOCALBASE}/lib"
|
2001-07-05 14:38:38 -04:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-rplay
|
2001-06-27 17:50:38 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mdebug}
|
|
|
|
CONFIGURE_ARGS+= --enable-debug-msgs
|
|
|
|
.endif
|
|
|
|
|
2001-07-05 14:38:38 -04:00
|
|
|
.if ${FLAVOR:L:Mi18n}
|
|
|
|
# the multibyte character support is experimental
|
|
|
|
CONFIGURE_ARGS+= --enable-multibyte
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-multibyte
|
|
|
|
.endif
|
|
|
|
|
2004-02-04 02:39:18 -05:00
|
|
|
.if defined(PACKAGING) && ${SUBPACKAGE} == "-fvicons"
|
|
|
|
PKG_ARCH= *
|
2005-01-05 09:19:56 -05:00
|
|
|
LIB_DEPENDS=
|
2004-12-19 12:36:31 -05:00
|
|
|
WANTLIB=
|
2004-02-04 02:39:18 -05:00
|
|
|
.endif
|
|
|
|
|
2001-06-27 17:50:38 -04:00
|
|
|
SUBST_VARS= VERSION
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
2001-07-05 14:38:38 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-extras \
|
2001-09-17 00:32:56 -04:00
|
|
|
--without-gnome
|
2001-06-27 17:50:38 -04:00
|
|
|
|
|
|
|
post-install:
|
2001-11-01 04:03:26 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps/fvwm
|
2002-01-06 21:19:28 -05:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/fvwm_icons/*.xpm ${PREFIX}/share/pixmaps/fvwm/
|
2001-07-05 14:38:38 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc ${PREFIX}/share/fvwm
|
2001-06-27 17:50:38 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|