openbsd-ports/x11/afterstep/Makefile

63 lines
1.7 KiB
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.42 2011/09/16 12:29:12 espie Exp $
COMMENT= window manager, continuation of the Bowman NeXTSTEP clone
1998-01-23 00:52:11 -05:00
DISTNAME= AfterStep-2.2.9
PKGNAME= ${DISTNAME:L}
2011-09-16 08:29:12 -04:00
REVISION= 3
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
HOMEPAGE= http://www.afterstep.org/
# 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
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
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
WANTLIB += GL Xxf86vm drm gthread-2.0 xcb-render xcb-shm
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 \
x11/gnome/librsvg \
x11/gtk+2
2000-02-17 22:05:52 -05:00
FAKE= lib
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
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"
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure ${WRKSRC}/tools/importasmenu
post-install:
${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm \
${PREFIX}/share/afterstep/desktop/icons/common
1998-01-23 00:52:11 -05:00
.include <bsd.port.mk>