summaryrefslogtreecommitdiff
path: root/graphics/xpm/Makefile
blob: 778d4f5c1d77d26c9dc7125df52e49e7d30cd0c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:	xpm
# Version required:     3.4j
# Date created:		14 September 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.13 1997/01/15 18:30:17 ache Exp $
#

DISTNAME=       xpm-3.4j
CATEGORIES=	graphics x11
MASTER_SITES=	ftp://avahi.inria.fr/pub/xpm/

USE_IMAKE=	yes

post-install:
	${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>