1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11/gyroscope/Makefile

26 lines
477 B
Makefile
Raw Normal View History

1999-08-18 08:42:03 +00:00
# New ports collection makefile for: gyroscope
# Date created: 31 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
1999-08-18 08:42:03 +00:00
#
2000-04-13 19:19:05 +00:00
PORTNAME= gyroscope
2001-02-05 16:18:54 +00:00
PORTVERSION= 1.0
PORTREVISION= 1
1999-08-18 08:42:03 +00:00
CATEGORIES= x11
MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
1999-08-18 08:42:03 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML color picker written using GTK
1999-08-18 08:42:03 +00:00
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/gyroscope
WRKSRC= ${WRKDIR}/${PORTNAME}
1999-08-18 08:42:03 +00:00
USE_X_PREFIX= yes
USE_GNOME= gtk12
2000-10-05 06:42:57 +00:00
ALL_TARGET= # empty
1999-08-18 08:42:03 +00:00
.include <bsd.port.mk>