diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-16 01:56:46 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-16 01:56:46 +0000 |
commit | 11ea31b5aad467803b72f95bc1bdf15e9fd62e4d (patch) | |
tree | 38c6c78f8137d456186e668479cefe4115d58398 /graphics/xpm | |
parent | Switch remaining ports to use jpeg lib version 8.0. (diff) |
Upgrade to version 3.4k.
Make myself MAINTAINER.
Notes
Notes:
svn path=/head/; revision=10526
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 8 | ||||
-rw-r--r-- | graphics/xpm/distinfo | 2 | ||||
-rw-r--r-- | graphics/xpm/pkg-plist | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 778d4f5c1d77..42f3afb877ba 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: xpm -# Version required: 3.4j +# Version required: 3.4k # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1997/01/15 18:30:17 ache Exp $ +# $Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp $ # -DISTNAME= xpm-3.4j +DISTNAME= xpm-3.4k CATEGORIES= graphics x11 MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ +MAINTAINER= jseger@FreeBSD.org + USE_IMAKE= yes post-install: diff --git a/graphics/xpm/distinfo b/graphics/xpm/distinfo index 4fe10818204b..deae3eeab47f 100644 --- a/graphics/xpm/distinfo +++ b/graphics/xpm/distinfo @@ -1 +1 @@ -MD5 (xpm-3.4j.tar.gz) = 34154abe8b359d6892a815627c286dbf +MD5 (xpm-3.4k.tar.gz) = dd7c6df259912646671ab8cbd3fcafd7 diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist index 2d8db7795879..ade2404414c8 100644 --- a/graphics/xpm/pkg-plist +++ b/graphics/xpm/pkg-plist @@ -1,7 +1,8 @@ +bin/cxpm bin/sxpm +include/X11/xpm.h lib/libXpm.a -lib/libXpm.so.4.10 +lib/libXpm.so.4.11 @exec /sbin/ldconfig -m %B -@exec ranlib %D/lib/libXpm.a -include/X11/xpm.h +man/man1/cxpm.1.gz man/man1/sxpm.1.gz |