summaryrefslogtreecommitdiff
path: root/x11/xaniroc/Makefile
blob: 5d912ef48b62ed6f39607ec618319726b1957681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
MAN1=		xaniroc.1
PLIST_FILES=	bin/xaniroc

post-extract:
	${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man

.include <bsd.port.mk>