mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
e05065d9e4
Summary of changes: * Constification * Autotools fixes * Small usability fixes
16 lines
234 B
Makefile
16 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ico
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Displays a wire-frame rotating plyhedron
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/ico man/man1/ico.1.gz
|
|
|
|
.include <bsd.port.mk>
|