mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2823f341a1
PR: 6889 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
29 lines
728 B
Makefile
29 lines
728 B
Makefile
# New ports collection makefile for: xpanex
|
|
# Version required: 5.4.4
|
|
# Date created: 27 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/05/20 07:54:06 tg Exp $
|
|
#
|
|
|
|
DISTNAME= xpanex-5.4.4
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
WRKSRC= ${WRKDIR}/xpanex
|
|
USE_IMAKE= yes
|
|
MAN1= xpanex.1
|
|
|
|
# Not configured to use Motif.
|
|
# Optionally edit ${WRKSRC}/Imakefile before build.
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin
|
|
@ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex
|
|
@ ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1
|
|
|
|
.include <bsd.port.mk>
|