openbsd-ports/x11/afterstep/Makefile

29 lines
624 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:43:42 espie Exp $
1998-01-23 00:52:11 -05:00
2000-02-17 11:11:18 -05:00
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
CATEGORIES= x11
NEED_VERSION= 1.305
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/
LIB_DEPENDS= png.1::graphics/png \
jpeg.62::graphics/jpeg
MAINTAINER= ports@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
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --prefix"=${X11BASE}" \
--disable-save-windows \
--enable-different-looknfeels
1998-01-23 00:52:11 -05:00
INSTALL_TARGET= install install.man
1998-01-23 00:52:11 -05:00
.include <bsd.port.mk>