blob: 9676472b3e591933a6e761da817f0b4897cfb1d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: xpaint
# Version required: 2.1.1
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.2 1995/01/03 00:00:27 swallace Exp $
#
DISTNAME= xpaint-2.1.1
MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib/
DEPENDS= ${PORTSDIR}/graphics/jpeg ${PORTSDIR}/graphics/tiff \
${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
INSTALL_MANPAGES= yes
WRKSRC= ${.CURDIR}/work/xpaint
.include <bsd.port.mk>
|