blob: b3e3cf3948450e69b9dd855a91af5de7341c6fc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: pixmap
# Date created: 19 February 1995
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= pixmap
PORTVERSION= 2.6
PORTREVISION= 2
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>
|