20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $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"
|