aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixmap/Makefile
blob: 1fb418464068ceb1f7288e89278e6624c4b8bb3a (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
# New ports collection makefile for:    pixmap
# Date created:     19 February 1995
# Whom:         jmz
#
# $FreeBSD$
#

PORTNAME=   pixmap
PORTVERSION=    2.6
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/pixmap
DISTNAME=   ${PORTNAME}${PORTVERSION}

MAINTAINER= jmz@FreeBSD.org

.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4 # requires rgb.txt
BUILD_DEPENDS=  xrdb:${PORTSDIR}/x11/XFree86-4-clients
.endif

WRKSRC=     ${WRKDIR}/pixmap
USE_IMAKE=  yes
USE_XPM=    yes
MAN1=       pixmap.1

.include <bsd.port.post.mk>