2001-04-19 10:10:10 +02:00
|
|
|
# New ports collection makefile for: oroborus
|
|
|
|
# Date created: 19 April 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oroborus
|
2003-04-13 13:19:02 +02:00
|
|
|
PORTVERSION= 2.0.12
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-19 10:10:10 +02:00
|
|
|
CATEGORIES= x11-wm
|
2003-04-13 13:19:02 +02:00
|
|
|
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ \
|
2003-01-30 07:57:18 +01:00
|
|
|
http://matt.peterson.org/FreeBSD/ports/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
2001-04-19 10:10:10 +02:00
|
|
|
|
2003-01-31 20:23:09 +01:00
|
|
|
MAINTAINER= matt@peterson.org
|
2003-02-21 15:19:11 +01:00
|
|
|
COMMENT= A small and simple GNOME-compatible window manager
|
2001-04-19 10:10:10 +02:00
|
|
|
|
2003-04-13 13:19:02 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2003-01-30 07:57:18 +01:00
|
|
|
|
2001-04-19 10:10:10 +02:00
|
|
|
USE_XPM= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-11-07 22:53:39 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= oroborus.1
|
|
|
|
MAN5= oroborusrc.5
|
2001-04-19 10:10:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|