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/Makefile | |
parent | b5544f135829582a52ed3b2c78ec884a4f52187c (diff) |
Notes
Diffstat (limited to 'graphics/xpm/Makefile')
-rw-r--r-- | graphics/xpm/Makefile | 8 |
1 files changed, 5 insertions, 3 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: |