1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xoct/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

30 lines
678 B
Makefile

# New ports collection makefile for: xoct
# Version required: 5.4.4
# Date created: 28 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= xoct-5.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/xoct
USE_IMAKE= yes
MAN1= xoct.1
MANCOMPRESSED= no
# Not configured to use Motif.
# Optionally edit ${WRKSRC}/Imakefile before build.
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct
@ ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1
.include <bsd.port.mk>