freebsd-ports/graphics/xpm/Makefile

19 lines
357 B
Makefile
Raw Normal View History

# New ports collection makefile for: xpm
1997-01-09 22:35:56 -05:00
# Version required: 3.4j
# Date created: 14 September 1994
# Whom: jkh
#
1997-07-17 11:13:02 -04:00
# $Id: Makefile,v 1.13 1997/01/15 18:30:17 ache Exp $
#
1997-01-09 22:35:56 -05:00
DISTNAME= xpm-3.4j
CATEGORIES= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
USE_IMAKE= yes
post-install:
1997-07-17 11:13:02 -04:00
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>