freebsd-ports/x11/gyroscope/Makefile

23 lines
383 B
Makefile
Raw Normal View History

1999-08-18 04:42:03 -04:00
# New ports collection makefile for: gyroscope
# Date created: 31 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-30 22:51:23 -04:00
# $FreeBSD$
1999-08-18 04:42:03 -04:00
#
2000-04-13 15:19:05 -04:00
PORTNAME= gyroscope
2001-02-05 11:18:54 -05:00
PORTVERSION= 1.0
1999-08-18 04:42:03 -04:00
CATEGORIES= x11
MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
1999-08-18 04:42:03 -04:00
MAINTAINER= jim@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
1999-08-18 04:42:03 -04:00
USE_X_PREFIX= yes
2000-10-05 02:42:57 -04:00
USE_GTK= yes
ALL_TARGET= # empty
1999-08-18 04:42:03 -04:00
.include <bsd.port.mk>