mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f5d467b4cb
Submitted by: fenner's distfile survey
26 lines
502 B
Makefile
26 lines
502 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
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
ALL_TARGET= # empty
|
|
|
|
.include <bsd.port.mk>
|