diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a (patch) | |
tree | e06da9f264a5e6979e522a59ae0abea3b4bbeaa7 /x11-toolkits | |
parent | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (diff) | |
download | FreeBSD-ports-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.zip FreeBSD-ports-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.tar.gz |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/xview/Makefile | 17 |
2 files changed, 23 insertions, 4 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 4bb7909..ddd6dc8 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -1,4 +1,14 @@ +# New ports collection makefile for: xview-clients +# Version required: 3.2p1-X11R6 +# Date created: 22 November 1994 +# Whom: ljo +# +# $Id$ +# + DISTNAME= xview-clients +PKGNAME= xview-clients-3.2.1 + DEPENDS= ../xview-lib WRKDIR= ../xview-config/work/xview3.2p1-X11R6/clients WRKSRC= ../xview-config/work/xview3.2p1-X11R6/clients diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 458a8ef1..56597c7 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> |