1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/graphics/pixmap/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
671 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= pixmap
PORTVERSION= 2.6
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= XCONTRIB/applications/pixmap
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pixmap editor based on XPM library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
# requires rgb.txt
BUILD_DEPENDS= showrgb:x11/rgb \
xrdb:x11/xrdb
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake
USE_XORG= xpm xbitmaps x11 xaw xmu xt sm ice xext
CFLAGS+= -D_X_SENTINEL\(x\)= -D_X_ATTRIBUTE_PRINTF\(x,y\)= \
-D_X_DEPRECATED= -DUSG
post-configure:
@${REINPLACE_CMD} 's| $$(PIXMAPDIR|$$(PIXMAPDIR|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>