2001-08-11 12:00:25 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2001/08/11 16:00:25 kevlo Exp $
|
2001-05-06 00:41:05 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
PKGNAME= afterstep-1.8.9
|
2000-01-21 10:06:14 -05:00
|
|
|
CATEGORIES= x11
|
2001-05-06 00:41:05 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-02-17 11:11:18 -05:00
|
|
|
MASTER_SITES= 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/
|
|
|
|
|
2001-06-06 06:12:31 -04:00
|
|
|
RUN_DEPENDS= asclock::x11/asclock
|
2001-05-23 22:27:06 -04:00
|
|
|
LIB_DEPENDS= png.2::graphics/png \
|
2001-06-06 06:12:31 -04:00
|
|
|
jpeg.62::graphics/jpeg \
|
|
|
|
rplay.::audio/rplay
|
2000-06-26 19:42:39 -04:00
|
|
|
|
2001-06-06 06:12:31 -04:00
|
|
|
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
|
|
|
|
2001-06-06 06:12:31 -04:00
|
|
|
USE_X11= Yes
|
2000-06-26 19:42:39 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-06-06 06:12:31 -04:00
|
|
|
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
|
|
|
|
CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include
|
|
|
|
CONFIGURE_ARGS+= --with-png-library=${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
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>
|