1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/pixmap/Makefile
Satoshi Asami a376b9dfd7 Grab source from mirror site (crl.dec.com)'s contrib/applications instead
of R6untarred of ftp.x.org, these are more recent (although only comments
have changed so far).

Removed the fetch: target (which I assume was there so that it will always
use ftp.freebsd.org even if MASTER_SITE_OVERRIDE wasn't set).
1995-02-28 05:06:26 +00:00

16 lines
376 B
Makefile

# New ports collection makefile for: pixmap
# Version required: 2.6
# Date created: 19 February 1995
# Whom: jmz
#
# $Id: Makefile,v 1.5 1995/01/13 12:49:18 jkh 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/
WRKSRC= ${WRKDIR}/pixmap
.include <bsd.port.mk>