forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
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
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/glib bin/xgrasp \
|
|
man/man1/glib.1.gz man/man1/xgrasp.1.gz
|
|
|
|
.include <bsd.port.mk>
|