mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
8335cd3e2c
Approved by: portmgr (blanket)
17 lines
295 B
Makefile
17 lines
295 B
Makefile
PORTNAME= ico
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Displays a wire-frame rotating plyhedron
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/ico share/man/man1/ico.1.gz
|
|
|
|
.include <bsd.port.mk>
|