openbsd-ports/x11/afterstep/Makefile

28 lines
625 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2000/02/22 20:27:33 turan 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
2000-02-17 11:11:18 -05:00
MASTER_SITES= ftp://ftp.afterstep.org/stable/
1998-01-23 00:52:11 -05:00
MAINTAINER= ports@openbsd.org
1998-01-23 00:52:11 -05:00
2000-02-17 22:05:52 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
LIB_DEPENDS= png.1:${PORTSDIR}/graphics/png \
jpeg.62:${PORTSDIR}/graphics/jpeg
1998-01-23 00:52:11 -05:00
INSTALL_TARGET= install install.man
1998-01-23 00:52:11 -05:00
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE} \
--disable-save-windows \
--enable-different-locknfeels
1998-01-23 00:52:11 -05:00
.include <bsd.port.mk>