summaryrefslogtreecommitdiff
path: root/graphics/xgrasp/Makefile
blob: 9317b67592771d104008fab58c5a055f04d90f39 (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
# Created by: asami
# $FreeBSD$

PORTNAME=	xgrasp
PORTVERSION=	1.7d
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	XCONTRIB/../R5contrib
DISTNAME=	${PORTNAME}.${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Display GL animations on X screen

NO_WRKSUBDIR=	yes

USES=		imake
USE_XORG=	x11 xext
MAKE_JOBS_SAFE=	yes

MAN1=		glib.1 xgrasp.1
PLIST_FILES=	bin/glib bin/xgrasp

.include <bsd.port.mk>