blob: 9e82cf6e95651cffef5bac6acecaf369c9197a53 (
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
|
# New ports collection makefile for: xgrasp
# Date created: 23 July 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xgrasp
PORTVERSION= 1.7d
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}.${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Display GL animations on X screen
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= glib.1 xgrasp.1
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|