summaryrefslogtreecommitdiff
path: root/games/xquarto
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:13:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:13:39 +0000
commit03d5b496f6a644331f4055abccd56c4d5ea86eeb (patch)
treef78930d005d06507c6edcbe7fd57749db5575869 /games/xquarto
parentNo need to use += for variable defined only once. (diff)
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes: svn path=/head/; revision=13144
Diffstat (limited to 'games/xquarto')
-rw-r--r--games/xquarto/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile
index 73f87a232a16..648a1f8f15e4 100644
--- a/games/xquarto/Makefile
+++ b/games/xquarto/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 March 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.1.1.1 1998/03/13 09:32:01 tg Exp $
+# $Id: Makefile,v 1.2 1998/07/27 23:25:20 asami Exp $
#
DISTNAME= xquarto-1.0
@@ -12,13 +12,12 @@ MASTER_SITES= http://www.math.kth.se/~mjo/games/xquarto/
MAINTAINER= andy@icc.surw.chel.su
-LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAN6= xquarto.6
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin
- @ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6
+pre-configure:
+ @echo "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
.include <bsd.port.mk>