2004-08-10 07:16:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.58 2004/08/10 11:16:44 xsa Exp $
|
2001-03-28 04:59:37 -05:00
|
|
|
|
|
|
|
COMMENT= 'window manager that emulates NEXTSTEP(tm)'
|
2002-07-23 03:58:04 -04:00
|
|
|
COMMENT-lang= "language subpackage for Window Maker"
|
1998-12-03 19:29:20 -05:00
|
|
|
|
2002-11-22 06:53:58 -05:00
|
|
|
V= 0.80.2
|
2002-07-23 03:58:04 -04:00
|
|
|
DISTNAME= WindowMaker-${V}
|
2003-08-16 15:06:07 -04:00
|
|
|
PKGNAME= ${DISTNAME:L}p1
|
2001-03-09 09:28:45 -05:00
|
|
|
CATEGORIES= x11 x11/windowmaker
|
2000-04-02 23:03:31 -04:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
HOMEPAGE= http://www.windowmaker.org/
|
2000-07-20 02:02:02 -04:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
1999-03-08 23:13:58 -05:00
|
|
|
|
2002-04-29 05:00:59 -04:00
|
|
|
# GPL
|
2000-02-15 13:42:43 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2001-03-09 09:28:45 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-02-15 13:42:43 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2001-03-09 09:28:45 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 04:18:19 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER:=source/release/}
|
2001-06-05 05:22:56 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-03-09 09:28:45 -05:00
|
|
|
|
2001-10-24 09:54:38 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-05-21 10:05:58 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
2001-03-09 09:28:45 -05:00
|
|
|
USE_X11= Yes
|
2003-05-13 18:53:58 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
2001-03-09 09:28:45 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-static \
|
2001-05-21 10:05:58 -04:00
|
|
|
--with-pixmapdir="${PREFIX}/share/WindowMaker/Pixmaps" \
|
2001-09-14 12:13:05 -04:00
|
|
|
--with-nlsdir="${LOCALBASE}/share/locale" \
|
2001-10-24 09:54:38 -04:00
|
|
|
--disable-dependency-tracking \
|
|
|
|
--enable-gnome \
|
2003-05-13 18:53:58 -04:00
|
|
|
--enable-kde \
|
|
|
|
--sysconfdir="${CONFDIR}"
|
2002-07-23 03:58:04 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" LIBS="-L${LOCALBASE}/lib" \
|
|
|
|
LINGUAS='bg cs da de el es et fi fr gl hr hu it ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5'
|
|
|
|
|
2003-05-13 18:53:58 -04:00
|
|
|
CONFDIR= ${PREFIX}/share/WindowMaker/Defaults
|
2002-07-23 03:58:04 -04:00
|
|
|
|
|
|
|
MULTI_PACKAGES= -lang
|
2001-05-21 10:05:58 -04:00
|
|
|
|
2002-07-23 03:58:04 -04:00
|
|
|
.for i in ${MULTI_PACKAGES}
|
|
|
|
PKGNAME$i= windowmaker${i}-${V}
|
|
|
|
.endfor
|
2001-05-21 10:05:58 -04:00
|
|
|
|
2002-07-23 03:58:04 -04:00
|
|
|
SUBPACKAGE?=
|
|
|
|
|
|
|
|
.if defined(PACKAGING) && !empty(SUBPACKAGE)
|
|
|
|
RUN_DEPENDS= :windowmaker->=0.80.1:x11/windowmaker
|
|
|
|
.else
|
2004-08-10 07:16:43 -04:00
|
|
|
MODULES= devel/gettext
|
2002-07-23 03:58:04 -04:00
|
|
|
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
|
|
|
tiff.35::graphics/tiff \
|
|
|
|
png.2::graphics/png \
|
|
|
|
ungif.5::graphics/libungif
|
2001-05-21 10:05:58 -04:00
|
|
|
.endif
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2001-02-15 12:57:54 -05:00
|
|
|
post-patch:
|
|
|
|
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" \
|
|
|
|
${WRKSRC}/WINGs/wapplication.c \
|
|
|
|
${WRKSRC}/WPrefs.app/Menu.c \
|
|
|
|
${WRKSRC}/WPrefs.app/Paths.c
|
2001-05-21 10:05:58 -04:00
|
|
|
# Rename wrongly named locale files
|
|
|
|
@mv ${WRKSRC}/WindowMaker/menu.cz ${WRKSRC}/WindowMaker/menu.cs
|
|
|
|
@mv ${WRKSRC}/WindowMaker/menu.se ${WRKSRC}/WindowMaker/menu.sv
|
2000-07-20 02:02:02 -04:00
|
|
|
|
1999-04-21 21:07:46 -04:00
|
|
|
post-install:
|
2001-02-15 12:57:54 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds
|
1998-12-03 19:29:20 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|