1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11/gyroscope/Makefile
Jim Mock bfbee7b427 Add a site of my own to make this distfile fetchable again. The distfile
seems to have vanished from the original site even though the web pages
are still there.

Obtained from:	fenner's distfile report
2000-06-07 21:36:01 +00:00

27 lines
513 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://www.millar.u-net.com/ \
http://soupnazi.org/~jim/FreeBSD/distfiles/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
WRKSRC= ${WRKDIR}/gyroscope
USE_X_PREFIX= yes
do-build:
@(cd ${WRKSRC} && ${MAKE})
.include <bsd.port.mk>