blob: cee2a114a3bb24d7b8c2189916a23dc753f901f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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}/${PORTNAME}
USE_X_PREFIX= yes
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
ALL_TARGET= # empty
.include <bsd.port.mk>
|