blob: a622e9235580e0686e0f288a247fa3ad86d32333 (
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.29 2005/06/01 18:03:24 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
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|