33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
27 lines
550 B
Makefile
27 lines
550 B
Makefile
# New ports collection makefile for: xaniroc
|
|
# Date created: 20 Sep 1997
|
|
# Whom: 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
|
|
|
|
USE_IMAKE= yes
|
|
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>
|