blob: e6aaf7b9cbee9c356a0d16a9919a5dde560612d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: pixmap
# Version required: 2.6
# Date created: 19 February 1995
# Whom: jmz
#
# $Id: Makefile,v 1.4 1995/02/28 05:06:26 asami Exp $
#
USE_IMAKE= yes
DISTNAME= pixmap2.6
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/
CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/pixmap
.include <bsd.port.mk>
|