freebsd-ports/graphics/pixmap/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
582 B
Makefile

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