openbsd-ports/x11/afterstep/Makefile

31 lines
694 B
Makefile

# $OpenBSD: Makefile,v 1.15 2001/05/06 04:41:05 lebel Exp $
COMMENT= "Window manager, continuation of the Bowman NeXTSTEP clone"
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
CATEGORIES= x11
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.afterstep.org/stable/
HOMEPAGE= http://www.afterstep.org/
LIB_DEPENDS= png.1::graphics/png \
jpeg.62::graphics/jpeg
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --prefix"=${X11BASE}" \
--disable-save-windows \
--enable-different-looknfeels
INSTALL_TARGET= install install.man
.include <bsd.port.mk>