diff options
author | tron <tron@pkgsrc.org> | 1998-03-24 22:45:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-24 22:45:21 +0000 |
commit | 43656b51f00fc6b57523e659f32980d9cd6ed036 (patch) | |
tree | f54f89085e67018a4a76cd7ca95175c978ea8eef /x11/xpmroot/Makefile | |
parent | b2d1409e78d1b9e6ebf5d06a3a6f445f3e6a29ea (diff) | |
download | pkgsrc-43656b51f00fc6b57523e659f32980d9cd6ed036.tar.gz |
Initial commit of "xpmroot-1.01" package.
Diffstat (limited to 'x11/xpmroot/Makefile')
-rw-r--r-- | x11/xpmroot/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile new file mode 100644 index 00000000000..41d90edb272 --- /dev/null +++ b/x11/xpmroot/Makefile @@ -0,0 +1,26 @@ +# +# New packages collection makefile for: xpmroot +# Version required: 2.0.46 +# Date created: 24 Mar 1998 +# Whom: tron@netbsd.org +# +# $NetBSD: Makefile,v 1.1 1998/03/24 22:45:21 tron Exp $ +# + +DISTNAME= fvwm-2.0.46 +PKGNAME= xpmroot-1.01 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/2.0.x/ \ + ftp://ftp.TokyoNet.AD.JP/pub/X/fvwm/sources/2.0.x/ \ + ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ + +MAINTAINER= tron@netbsd.org + +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +CAT1= xpmroot.0 + +WRKSRC= ${WRKDIR}/fvwm-2.0.46/xpmroot + +.include <bsd.port.mk> |