openbsd-ports/x11/afterstep/Makefile
brad b92487f64d - remove license type
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- fix typo with one of the CONFIGURE_ARGS options; pointed out by Joshua
Krage <jkrage@buser.net>
2000-06-26 23:42:39 +00:00

27 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.12 2000/06/26 23:42:39 brad Exp $
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
CATEGORIES= x11
NEED_VERSION= 1.301
MASTER_SITES= ftp://ftp.afterstep.org/stable/
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>