c99c600944
string so I fixed it.
24 lines
434 B
Makefile
24 lines
434 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
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
WRKSRC= ${WRKDIR}/pixmap
|
|
USE_IMAKE= yes
|
|
MAN1= pixmap.1
|
|
|
|
.include <bsd.port.mk>
|