aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpx/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-25 11:59:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-25 11:59:11 +0000
commit33cdb15e80e9756860a277e2c4179b93953fe728 (patch)
treec4d05cb1b6d9204f6f707319ba61f86086722aa9 /graphics/xpx/Makefile
parentc6aaa13ebb30f1b864fc54f940b6d6413b9a79d6 (diff)
downloadports-33cdb15e80e9756860a277e2c4179b93953fe728.tar.gz
ports-33cdb15e80e9756860a277e2c4179b93953fe728.zip
- Remove DEPRECATE and BROKEN line
- Update MASTER_SITES and WWW: line - Fix build PR: 155817 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=271701
Diffstat (limited to 'graphics/xpx/Makefile')
-rw-r--r--graphics/xpx/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile
index 46f46cf3e804..cb57576693b3 100644
--- a/graphics/xpx/Makefile
+++ b/graphics/xpx/Makefile
@@ -9,22 +9,17 @@ PORTNAME= xpx
PORTVERSION= 1.41
PORTREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/
+MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/xpx/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple pixel editing tool to make datas for KISS
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-BROKEN= does not build
-
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_IMAKE= yes
+
USE_XORG= x11 xext
+USE_IMAKE= yes
XMKMF= xmkmf
-CPP= #
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
PORTDOCS= xpx.doc xpxrc.eg
@@ -34,6 +29,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|myname|my_name|g' ${WRKSRC}/magtoppm.c
@${REINPLACE_CMD} -e '/edit_mode/d' ${WRKSRC}/work.h
+pre-configure:
+ @(cd ${CONFIGURE_WRKSRC}; ${SH} configure)
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}