mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
835726cb71
Approved by: portmgr (blanket infrastructure)
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# Created by: Stefan Zehl <sec@42.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xaniroc
|
|
PORTVERSION= 1.02
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.42.org/pub/orphan/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .src.tar.Z
|
|
|
|
MAINTAINER= sec@42.org
|
|
COMMENT= Animate your root-cursor
|
|
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
PLIST_FILES= bin/xaniroc man/man1/xaniroc.1.gz
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man
|
|
|
|
.include <bsd.port.mk>
|