mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
17 lines
400 B
Makefile
17 lines
400 B
Makefile
# 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>
|