1998-11-18 10:56:43 +01:00
|
|
|
# ports collection makefile for: xpx
|
|
|
|
# Date created: 25 Oct 1998
|
|
|
|
# Whom: Seiichirou Hiraoka
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-11-18 10:56:43 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= xpx
|
|
|
|
PORTVERSION= 1.41
|
1998-11-18 10:56:43 +01:00
|
|
|
CATEGORIES= graphics
|
1999-06-24 03:57:50 +02:00
|
|
|
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= xpx141
|
1998-11-18 10:56:43 +01:00
|
|
|
|
2005-04-03 23:30:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A simple pixel editing tool to make datas for KISS
|
1998-11-18 10:56:43 +01:00
|
|
|
|
|
|
|
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>
|