blob: 545a8fc0d9b3697fc7d1a03d7659eac0174343f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.26 2005/01/14 13:37:53 jmmv 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_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
USE_PERL5= run
USE_X11= YES
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|