1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/xpm/Makefile
Justin M. Seger 11ea31b5aa Upgrade to version 3.4k.
Make myself MAINTAINER.
1998-04-16 01:56:46 +00:00

21 lines
388 B
Makefile

# New ports collection makefile for: xpm
# Version required: 3.4k
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp $
#
DISTNAME= xpm-3.4k
CATEGORIES= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
MAINTAINER= jseger@FreeBSD.org
USE_IMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>