1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/awele/Makefile
1998-11-28 09:03:00 +00:00

30 lines
671 B
Makefile

# New ports collection makefile for: awele
# Version required: 1.0
# Date created: 01 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/09/28 02:04:08 steve Exp $
#
DISTNAME= awele
PKGNAME= awele-1.0
CATEGORIES= games tk80
MASTER_SITES= http://www-rocq.inria.fr/air/ftp/Jean-Paul/
EXTRACT_SUFX= 1.0.tgz
MAINTAINER= tg@FreeBSD.ORG
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
MAN6= xawele.6
post-patch:
@/usr/bin/perl -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
post-install:
${INSTALL_DATA} ${WRKSRC}/xawele.man ${PREFIX}/man/man6/xawele.6
.include <bsd.port.mk>