mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
29 lines
589 B
Makefile
29 lines
589 B
Makefile
# 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
|
|
COMMENT= A pixmap editor based on XPM library
|
|
|
|
WRKSRC= ${WRKDIR}/pixmap
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
MAN1= pixmap.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${XFREE86_VERSION} == 4 # requires rgb.txt
|
|
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|