aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpx/Makefile
blob: 06bb3b717ef16e808d94e9ac77933a2d7484e6f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ports collection makefile for:    xpx
# Date created:     25 Oct 1998
# Whom:         Seiichirou Hiraoka
#
# $FreeBSD$
#

PORTNAME=   xpx
PORTVERSION=    1.41
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://www.oersted.co.jp/~yav/soft/xpx/
DISTNAME=   ${PORTNAME}${PORTVERSION:S/.//}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple pixel editing tool to make datas for KISS

WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_IMAKE=  yes
XMKMF=      xmkmf

DOCSDIR=    ${PREFIX}/share/doc/ja/${PORTNAME}
PORTDOCS=   xpx.doc xpxrc.eg
PLIST_FILES=    bin/xpx

post-patch:
    @${REINPLACE_CMD} -e 's|myname|my_name|g' ${WRKSRC}/magtoppm.c
    @${REINPLACE_CMD} -e '/edit_mode/d' ${WRKSRC}/work.h

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>