28 lines
521 B
Makefile
28 lines
521 B
Makefile
# New ports collection makefile for: gyroscope
|
|
# Date created: 31 July 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gyroscope
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # disappeared
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= HTML color picker written using GTK
|
|
|
|
DEPRECATED= no longer available on mastersite
|
|
EXPIRATION_DATE= 2006-01-26
|
|
|
|
PLIST_FILES= bin/gyroscope
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
.include <bsd.port.mk>
|