freebsd-ports/x11/gyroscope/Makefile

30 lines
528 B
Makefile
Raw Normal View History

1999-08-18 10:42:03 +02:00
# New ports collection makefile for: gyroscope
# Date created: 31 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
1999-08-18 10:42:03 +02:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= gyroscope
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.0
1999-08-18 10:42:03 +02:00
CATEGORIES= x11
MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
1999-08-18 10:42:03 +02:00
MAINTAINER= jim@FreeBSD.org
COMMENT= HTML color picker written using GTK
1999-08-18 10:42:03 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
1999-08-18 10:42:03 +02:00
USE_X_PREFIX= yes
USE_GNOME= gtk12
2000-10-05 08:42:57 +02:00
ALL_TARGET= # empty
1999-08-18 10:42:03 +02:00
2003-10-16 00:23:25 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>