22 lines
440 B
Makefile
22 lines
440 B
Makefile
# New ports collection makefile for: oroborus
|
|
# Date created: 19 April 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oroborus
|
|
PORTVERSION= 1.13.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/
|
|
#DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
USE_XPM= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= MKDIR="${MKDIR}"
|
|
|
|
.include <bsd.port.mk>
|