1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/xpx/Makefile

29 lines
595 B
Makefile
Raw Normal View History

# ports collection makefile for: xpx
# Version required: 1.41
# Date created: 25 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.2 1998/11/21 18:17:55 flathill Exp $
#
DISTNAME= xpx141
PKGNAME= xpx-1.41
CATEGORIES= graphics
1998-11-21 18:17:55 +00:00
MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/xpx/
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>