2000-03-21 16:45:59 +01:00
|
|
|
# New ports collection makefile for: xpaint
|
|
|
|
# Date created: 2 Jan 1995
|
|
|
|
# Whom: swallace
|
1995-01-02 23:55:12 +01:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1995-01-02 23:55:12 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= xpaint
|
2010-11-09 21:26:24 +01:00
|
|
|
PORTVERSION= 2.9.8
|
1998-11-21 08:27:41 +01:00
|
|
|
CATEGORIES= graphics
|
2010-11-01 21:21:27 +01:00
|
|
|
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
1995-04-09 09:09:55 +02:00
|
|
|
|
2010-09-05 00:09:30 +02:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A simple paint program
|
1997-02-05 08:34:36 +01:00
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
|
2010-09-05 00:09:30 +02:00
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
|
|
openjpeg:${PORTSDIR}/graphics/openjpeg \
|
2005-04-03 23:39:28 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
1995-04-09 09:09:55 +02:00
|
|
|
|
2002-11-20 13:53:58 +01:00
|
|
|
USE_BZIP2= yes
|
2000-03-21 16:45:59 +01:00
|
|
|
USE_IMAKE= yes
|
2010-07-16 05:31:49 +02:00
|
|
|
USE_XORG= xft xmu xpm
|
1995-01-02 23:55:12 +01:00
|
|
|
|
2003-01-02 18:40:31 +01:00
|
|
|
MAN1= xpaint.1
|
2002-11-20 13:53:58 +01:00
|
|
|
|
2010-07-16 05:31:49 +02:00
|
|
|
post-extract:
|
|
|
|
@${MKDIR} ${WRKSRC}/X11
|
|
|
|
@${LN} -sf ../xaw3dxft ${WRKSRC}/X11/Xaw3d
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|@PREFIX@|${PREFIX}|g ; \
|
|
|
|
s|@XPMDIR@|${LOCALBASE}|g ; \
|
|
|
|
s|@LOCALBASE@|${LOCALBASE}|g' ${WRKSRC}/Local.config
|
2005-04-03 23:39:28 +02:00
|
|
|
|
2005-03-15 17:56:29 +01:00
|
|
|
pre-configure:
|
2010-07-16 05:31:49 +02:00
|
|
|
@cd ${WRKSRC} && ${SH} ./configure xaw3dxft.a
|
2005-03-15 17:56:29 +01:00
|
|
|
|
1995-01-02 23:55:12 +01:00
|
|
|
.include <bsd.port.mk>
|