diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 68221444daa013e684b5334d37d55565175fed1d (patch) | |
tree | d96610714a6438be01ab49cf89bf0ca0c57ef0d2 /games/xquarto | |
parent | a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2 (diff) | |
download | FreeBSD-ports-68221444daa013e684b5334d37d55565175fed1d.zip FreeBSD-ports-68221444daa013e684b5334d37d55565175fed1d.tar.gz |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'games/xquarto')
-rw-r--r-- | games/xquarto/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile index 73f87a2..648a1f8 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> |