2011-09-16 08:29:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2011/09/16 12:29:12 espie Exp $
|
2001-05-06 00:41:05 -04:00
|
|
|
|
2009-12-03 07:37:24 -05:00
|
|
|
COMMENT= window manager, continuation of the Bowman NeXTSTEP clone
|
1998-01-23 00:52:11 -05:00
|
|
|
|
2009-12-06 10:09:22 -05:00
|
|
|
DISTNAME= AfterStep-2.2.9
|
|
|
|
PKGNAME= ${DISTNAME:L}
|
2011-09-16 08:29:12 -04:00
|
|
|
REVISION= 3
|
2000-01-21 10:06:14 -05:00
|
|
|
CATEGORIES= x11
|
2010-11-21 16:26:55 -05:00
|
|
|
MASTER_SITES= http://distfiles.nl/ \
|
|
|
|
ftp://ftp.afterstep.org/stable/
|
1998-01-23 00:52:11 -05:00
|
|
|
|
2000-06-26 19:44:00 -04:00
|
|
|
HOMEPAGE= http://www.afterstep.org/
|
|
|
|
|
2009-12-06 10:09:22 -05:00
|
|
|
# MIT
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-12-03 07:37:24 -05:00
|
|
|
|
2009-12-06 10:09:22 -05:00
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
|
|
|
|
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gtk-x11-2.0
|
2009-12-06 10:09:22 -05:00
|
|
|
WANTLIB += jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
|
2010-07-30 07:29:44 -04:00
|
|
|
WANTLIB += png pthread pthread-stubs tiff xcb z dbus-1 rsvg-2
|
2011-04-05 10:42:39 -04:00
|
|
|
WANTLIB += GL Xxf86vm drm gthread-2.0 xcb-render xcb-shm
|
2009-12-06 10:09:22 -05:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
BUILD_DEPENDS= devel/libexecinfo
|
|
|
|
RUN_DEPENDS= shells/bash \
|
|
|
|
x11/asclock,classic,english \
|
|
|
|
x11/aterm
|
|
|
|
LIB_DEPENDS= x11/dbus \
|
2011-04-05 10:42:39 -04:00
|
|
|
x11/gnome/librsvg \
|
|
|
|
x11/gtk+2
|
2000-02-17 22:05:52 -05:00
|
|
|
|
2005-04-17 17:18:29 -04:00
|
|
|
FAKE= lib
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2000-06-26 19:42:39 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2009-12-06 10:09:22 -05:00
|
|
|
CONFIGURE_ARGS= --with-helpcommand="aterm -e man" \
|
|
|
|
--with-jpeg-includes=${LOCALBASE}/include \
|
|
|
|
--with-jpeg-library=${LOCALBASE}/lib \
|
|
|
|
--with-png-includes=${LOCALBASE}/include/libpng \
|
|
|
|
--with-png-library=${LOCALBASE}/lib \
|
|
|
|
--disable-send-postcard-to-developer \
|
|
|
|
--enable-i18n \
|
|
|
|
--enable-different-looknfeels
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CFLAGS+="${CFLAGS} -fsigned-char"
|
2003-05-12 22:16:52 -04:00
|
|
|
|
2002-10-29 14:48:57 -05:00
|
|
|
NO_REGRESS= Yes
|
2009-12-06 10:09:22 -05:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/configure ${WRKSRC}/tools/importasmenu
|
|
|
|
|
2001-06-06 06:12:31 -04:00
|
|
|
post-install:
|
2009-12-03 07:37:24 -05:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm \
|
|
|
|
${PREFIX}/share/afterstep/desktop/icons/common
|
1998-01-23 00:52:11 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|