freebsd-ports/graphics/xpm/Makefile
Torsten Blum dac14898ca change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hack
has been removed from bsd.port.mk (rev. 1.173)
1995-08-06 22:16:27 +00:00

18 lines
345 B
Makefile

# New ports collection makefile for: xpm
# Version required: 3.4f
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.8 1995/06/25 22:28:38 asami Exp $
#
DISTNAME= xpm-3.4f
CATEGORIES+= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
USE_IMAKE= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>