diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11/xloadimage/Makefile | |
parent | 2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff) |
Notes
Diffstat (limited to 'x11/xloadimage/Makefile')
-rw-r--r-- | x11/xloadimage/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 7ada6e1cba9e..a688737c150f 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -1,12 +1,23 @@ +# New ports collection makefile for: xloadimage +# Version required: 3.03 +# Date created: 9 January 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xloadimage +PKGNAME= xloadimage-3.03 +CATEGORIES+= x11 +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ DISTFILES= xloadimage.3.03.tar.Z + +MAINTAINER= jmz@FreeBSD.org + NO_WRKSUBDIR= yes USE_IMAKE= yes -MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ -CATEGORIES+= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f -MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/lib/X11/app-defaults |