1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/pixmap/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

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>