1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/xpx/Makefile
FUJISHIMA Satsuki 7b1ac3b7c1 fix X manpage error with XFree86-4
PR:		23434
2001-01-09 19:36:28 +00:00

27 lines
511 B
Makefile

# ports collection makefile for: xpx
# Date created: 25 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
PORTNAME= xpx
PORTVERSION= 1.41
CATEGORIES= graphics
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/
DISTNAME= xpx141
MAINTAINER= flathill@FreeBSD.org
WRKSRC= ${WRKDIR}/xpx
USE_IMAKE= yes
XMKMF= xmkmf
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>