mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
26 lines
520 B
Makefile
26 lines
520 B
Makefile
|
# New ports collection makefile for: gyroscope
|
||
|
# Version required: 1.0
|
||
|
# Date created: 31 July 1999
|
||
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
||
|
#
|
||
|
# $Id: Makefile,v 1.1.1.1 1999/08/16 09:06:25 jim Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= gyroscope-1.0
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= http://www.millar.u-net.com/
|
||
|
|
||
|
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>
|