diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 02:13:02 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-03 02:13:02 +0000 |
commit | ac9afd953701300140dc326e86d43e37f7bc853e (patch) | |
tree | 361fb6a3d367cd381304fd6bebf58bae4f9973ce /games/xgospel/Makefile | |
parent | 8eea0a292af686bd723dc138e3894868b67276bd (diff) | |
download | ports-ac9afd953701300140dc326e86d43e37f7bc853e.tar.gz ports-ac9afd953701300140dc326e86d43e37f7bc853e.zip |
Notes
Diffstat (limited to 'games/xgospel/Makefile')
-rw-r--r-- | games/xgospel/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile new file mode 100644 index 000000000000..0be9c6bedf37 --- /dev/null +++ b/games/xgospel/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: xgospel +# Date created: 13 November 2001 +# Whom: Shao Zhang <shaoz@asia.com> +# +# $FreeBSD$ + +PORTNAME= xgospel +PORTVERSION= 1.12d +CATEGORIES= games +MASTER_SITES= http://www.teaser.fr/~jlgailly/ + +MAINTAINER= shaoz@asia.com + +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + +USE_XLIB= yes +USE_XPM= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xgospel ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/board.xpm ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/pagoda.xpm ${DATADIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> |