freebsd-ports/graphics/pixmap/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

31 lines
657 B
Makefile

# New ports collection makefile for: pixmap
# Date created: 19 February 1995
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= pixmap
PORTVERSION= 2.6
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/pixmap
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A pixmap editor based on XPM library
# requires rgb.txt
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb \
showrgb:${PORTSDIR}/x11/rgb
WRKSRC= ${WRKDIR}/pixmap
USE_IMAKE= yes
USE_XORG= xpm xbitmaps x11 xaw xmu xt sm ice xext
MAN1= pixmap.1
CFLAGS+= -D_X_SENTINEL\(x\)= -D_X_ATTRIBUTE_PRINTF\(x,y\)=
.include <bsd.port.mk>