mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c23cc4074c
ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
29 lines
718 B
Makefile
29 lines
718 B
Makefile
# New ports collection makefile for: xskewb
|
|
# Version required: 5.4.4
|
|
# Date created: 25 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/05/08 15:06:26 max Exp $
|
|
#
|
|
|
|
DISTNAME= xskewb-5.4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/xpuzzles
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
WRKSRC= ${WRKDIR}/xskewb
|
|
USE_IMAKE= yes
|
|
MAN1= xskewb.1
|
|
|
|
# Not configured to use Motif.
|
|
# Optionally edit ${WRKSRC}/Imakefile before build.
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin
|
|
@${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb
|
|
@${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1
|
|
|
|
.include <bsd.port.mk>
|