openbsd-ports/x11/afterstep/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2003/05/13 02:16:52 pvalchev Exp $
COMMENT= "Window manager, continuation of the Bowman NeXTSTEP clone"
1998-01-23 00:52:11 -05:00
2001-08-11 12:00:25 -04:00
DISTNAME= AfterStep-1.8.9
2002-07-17 22:16:41 -04:00
PKGNAME= ${DISTNAME:L}
CATEGORIES= x11
2000-02-17 11:11:18 -05:00
MASTER_SITES= ftp://ftp.afterstep.org/stable/
1998-01-23 00:52:11 -05:00
HOMEPAGE= http://www.afterstep.org/
RUN_DEPENDS= ::x11/asclock
LIB_DEPENDS= png.2::graphics/png \
jpeg.62::graphics/jpeg \
rplay.::audio/rplay
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
1998-01-23 00:52:11 -05:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-17 22:05:52 -05:00
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-different-looknfeels
CONFIGURE_ARGS+= --with-helpcommand="xterm -e man"
CONFIGURE_ARGS+= --with-jpeg-includes=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib
2002-07-17 22:16:41 -04:00
CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include/libpng
CONFIGURE_ARGS+= --with-png-library=${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2002-10-29 14:48:57 -05:00
.if ${MACHINE_ARCH} == "powerpc"
CONFIGURE_ENV+= CFLAGS=-fsigned-char
.endif
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
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>