diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:14:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:14:09 +0000 |
commit | 6c14e56e0db00a6a647f482f473c7485e806e916 (patch) | |
tree | 1df8a4fb81911bc1bc7c9e4a58e784f65800aed4 /graphics/xpm | |
parent | 000e8742eb4a8fee1903508da03e4e7880fcdc08 (diff) | |
download | ports-6c14e56e0db00a6a647f482f473c7485e806e916.tar.gz ports-6c14e56e0db00a6a647f482f473c7485e806e916.zip |
Notes
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile new file mode 100644 index 000000000000..20ff865d09d3 --- /dev/null +++ b/graphics/xpm/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: xpm +# Version required: 3.4c +# Date created: 14 September 1994 +# Whom: jkh +# +# $Id: Makefile,v 1.2 1994/09/14 12:00:57 jkh Exp $ +# + +DISTNAME= xpm-3.4c +USE_IMAKE= yes +MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ + +.include <bsd.port.mk> |