mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
3195b6f71c
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
25 lines
449 B
Makefile
25 lines
449 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
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
COMMENT= HTML color picker written using GTK
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
.include <bsd.port.mk>
|