blob: b00115ebf66ba7181a10a9bf52b2d0101eb9729e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= xgrasp
PORTVERSION= 1.7d
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= XCONTRIB/../R5contrib
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Display GL animations on X screen
NO_WRKSUBDIR= yes
USES= imake tar:Z xorg
USE_XORG= x11 xext
PLIST_FILES= bin/glib bin/xgrasp \
man/man1/glib.1.gz man/man1/xgrasp.1.gz
.include <bsd.port.mk>
|