aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpx/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-11-18 17:56:43 +0800
committerflathill <flathill@FreeBSD.org>1998-11-18 17:56:43 +0800
commit6cc94898edb8f07973322aac0be13abb4f626dd3 (patch)
treeb25a04e8c289d960847ac0fbe2a0cf532627e18e /graphics/xpx/Makefile
parent8a7d1efa5b8c22385699ea5f526602f232bc9ec4 (diff)
downloadfreebsd-ports-gnome-6cc94898edb8f07973322aac0be13abb4f626dd3.tar.gz
freebsd-ports-gnome-6cc94898edb8f07973322aac0be13abb4f626dd3.tar.zst
freebsd-ports-gnome-6cc94898edb8f07973322aac0be13abb4f626dd3.zip
Initial Import xpx.
Xpx is a simple pixel editing tool to make datas for KISS
Diffstat (limited to 'graphics/xpx/Makefile')
-rw-r--r--graphics/xpx/Makefile28
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>