1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/xgrasp/Makefile
Baptiste Daroussin e1fd712e04 Support stage
2013-12-27 18:29:14 +00:00

24 lines
427 B
Makefile

# 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
PLIST_FILES= bin/glib bin/xgrasp \
man/man1/glib.1.gz man/man1/xgrasp.1.gz
.include <bsd.port.mk>