18 lines
351 B
Makefile
18 lines
351 B
Makefile
PORTNAME= ico
|
|
DISTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Displays a wire-frame rotating plyhedron
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/ico
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xorgproto
|
|
|
|
PLIST_FILES= bin/ico share/man/man1/ico.1.gz
|
|
|
|
.include <bsd.port.mk>
|