diff options
Diffstat (limited to 'graphics/xpx/Makefile')
-rw-r--r-- | graphics/xpx/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile new file mode 100644 index 000000000000..8d971976caa2 --- /dev/null +++ b/graphics/xpx/Makefile @@ -0,0 +1,28 @@ +# ports collection makefile for: xpx +# Version required: 1.41 +# Date created: 25 Oct 1998 +# Whom: Seiichirou Hiraoka +# +# $Id$ +# + +DISTNAME= xpx141 +PKGNAME= xpx-1.41 +CATEGORIES= graphics +MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/xpx + +MAINTAINER= flathill@flathill.gr.jp + +WRKSRC= ${WRKDIR}/xpx +USE_IMAKE= yes +XMKMF= xmkmf + +NO_INSTALL_MANPAGES= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ja/xpx + ${INSTALL_MAN} ${WRKSRC}/xpx.doc ${WRKSRC}/xpxrc.eg ${PREFIX}/share/doc/ja/xpx +.endif + +.include <bsd.port.mk> |