freebsd-ports/graphics/xgrasp/Makefile

24 lines
427 B
Makefile
Raw Normal View History

# Created by: asami
1999-08-25 08:16:32 +02:00
# $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
2003-02-20 19:08:19 +01:00
COMMENT= Display GL animations on X screen
NO_WRKSUBDIR= yes
USES= imake
USE_XORG= x11 xext
2013-12-27 19:29:14 +01:00
PLIST_FILES= bin/glib bin/xgrasp \
man/man1/glib.1.gz man/man1/xgrasp.1.gz
.include <bsd.port.mk>