blob: aae582a1db902203f2b0d6396d7e9989f5b9d25e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: xpanex
# Version required: 5.4.4
# Date created: 27 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.3 1998/07/27 23:25:17 asami Exp $
#
DISTNAME= xpanex-5.4.4
CATEGORIES= games
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
MANCOMPRESSED= no
# 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>
|