freebsd-ports/graphics/xpaint/Makefile
Martin Wilke f174df32f7 - Update to 2.8.1.4
PR:		148560
Submitted by:	Ports Fury
2010-07-16 03:31:49 +00:00

38 lines
785 B
Makefile

# New ports collection makefile for: xpaint
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xpaint
PORTVERSION= 2.9.1.4
CATEGORIES= graphics
MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple paint program
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
USE_BZIP2= yes
USE_IMAKE= yes
USE_XORG= xft xmu xpm
MAN1= xpaint.1
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
pre-configure:
@cd ${WRKSRC} && ${SH} ./configure xaw3dxft.a
.include <bsd.port.mk>