blob: 36376a79bb49d980015753a484eb44ff5f9528c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.8 2004/03/10 14:12:51 xtraeme Exp $
#
DISTNAME= oroborus_2.0.12-1
PKGNAME= ${DISTNAME:S/_/-/:C/-.$//}
CATEGORIES= wm x11
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.oroborus.org/
COMMENT= Small and simple window manager for X
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_X11= YES
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|