mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
41fad6a94c
PR: 4590 Submitted by: Stefan 'Sec' Zehl <sec@42.org>
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# New ports collection makefile for: xaniroc
|
|
# Version required: 0.3
|
|
# Date created: 20 Sep 1997
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xaniroc
|
|
PKGNAME= xaniroc-1.02
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \
|
|
ftp://sunsite.cnlab-switch.ch/mirror/novell/freebird/x11/utils/
|
|
EXTRACT_SUFX= .src.tar.Z
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man
|
|
|
|
.include <bsd.port.mk>
|