blob: be6ca59207a48bcac14dacce1f66c2f4c5dbcf35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:43 jlam Exp $
#
DISTNAME= AfterStep-2.00.01
PKGNAME= ${DISTNAME:S/AfterStep/afterstep/}
CATEGORIES= wm
MASTER_SITES= ftp://ftp.afterstep.org/stable/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.afterstep.org/
COMMENT= Window manager based on the look and feel of the NeXTStep interface
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
USE_PERL5= run
USE_X11= YES
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|