summaryrefslogtreecommitdiff
path: root/x11/gyroscope/Makefile
blob: 0e7a00685dc0a0b21eaf3efe01c9819497c4192d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	gyroscope
# Date created:			31 July 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gyroscope
PORTVERSION=	1.0
CATEGORIES=	x11
MASTER_SITES=	http://soupnazi.org/FreeBSD/ports/distfiles/

MAINTAINER=	jim@FreeBSD.org

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_X_PREFIX=	yes
USE_GNOMENG=	yes
USE_GNOME=	gtk12

ALL_TARGET=	# empty

.include <bsd.port.mk>