blob: 2dbb7a6012bc056a91787ab16d92c83411087c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: oroborus
# Date created: 19 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= oroborus
PORTVERSION= 2.0.12
CATEGORIES= x11-wm
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ \
http://matt.peterson.org/FreeBSD/ports/
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
MAINTAINER= matt@peterson.org
COMMENT= A small and simple GNOME-compatible window manager
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XPM= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= oroborus.1
MAN5= oroborusrc.5
.include <bsd.port.mk>
|