diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9 (patch) | |
tree | c657f6cb1f72bf863bf70e3f5f78f7065f0b69a9 /x11-toolkits/xview | |
parent | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff) |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 458a8ef1509e..56597c771799 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -1,11 +1,20 @@ +# New ports collection makefile for: xview-config +# Version required: 3.2p1-X11R6 +# Date created: 22 November 1994 +# Whom: ljo +# +# $Id$ +# + DISTNAME= xview-config -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/libraries/ +PKGNAME= xview-config-3.2.1 CATEGORIES+= x11 -EXTRACT_SUFX= .tar.gz -WRKSRC= work/xview3.2p1-X11R6/config +MASTER_SITES= ftp://ftp.x.org/contrib/libraries/ DISTFILES= xview3.2p1-X11R6.tar.gz +WRKSRC= work/xview3.2p1-X11R6/config +USE_IMAKE= yes + build: .include <bsd.port.mk> |