mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c99c600944
string so I fixed it.
29 lines
537 B
Makefile
29 lines
537 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
|
|
|
|
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>
|