1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/xpm/Makefile

19 lines
348 B
Makefile
Raw Normal View History

# New ports collection makefile for: xpm
1996-09-14 22:52:15 +00:00
# Version required: 3.4i
# Date created: 14 September 1994
# Whom: jkh
#
1996-09-14 22:52:15 +00:00
# $Id: Makefile,v 1.9 1995/08/06 22:16:27 torstenb Exp $
#
1996-09-14 22:52:15 +00:00
DISTNAME= xpm-3.4i
CATEGORIES+= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
USE_IMAKE= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>