summaryrefslogtreecommitdiff
path: root/games/xquarto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xquarto/Makefile')
-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>