diff options
author | flathill <flathill@FreeBSD.org> | 1999-01-20 08:18:57 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-01-20 08:18:57 +0000 |
commit | 20bbf69024dd40a45258fff6484a0aa7ef5f12ba (patch) | |
tree | b3d20ad470c15c89e38850e5445147cc3414be93 /x11/xbanner/Makefile | |
parent | 3f7e2fce766df56f981e061b1b75ae86df7002e7 (diff) | |
download | FreeBSD-ports-20bbf69024dd40a45258fff6484a0aa7ef5f12ba.zip FreeBSD-ports-20bbf69024dd40a45258fff6484a0aa7ef5f12ba.tar.gz |
PR: ports/9575
Submitted by: giffunip@asme.org
make your XDM login screen look beautiful
Diffstat (limited to 'x11/xbanner/Makefile')
-rw-r--r-- | x11/xbanner/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile new file mode 100644 index 0000000..5bb522f --- /dev/null +++ b/x11/xbanner/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xbanner +# Version required: 1.31 +# Date created: 13 Jan 1999 +# Whom: giffunip@asme.org +# +# $Id: Exp $ +# + +DISTNAME= XBanner1.31 +PKGNAME= xbanner-1.31 +CATEGORIES= x11 +MASTER_SITES= ftp://physics.fullerton.edu/pub/Linux/XBanner/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR=X11/xutils + +MAINTAINER= ports@FreeBSD.ORG + +USE_X_PREFIX= yes +#USE_IMAKE= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ + $(X11BASE)/lib/X11/app-defaults/XBanner +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/XBanner + $(CP) ${WRKSRC}/QuickStart ${PREFIX}/share/doc/XBanner + ${CP} ${WRKSRC}/docs/* ${PREFIX}/share/doc/XBanner + ${MKDIR} ${PREFIX}/share/examples/XBanner + $(CP) ${WRKSRC}/samples/_other_ideas/* ${PREFIX}/share/examples/XBanner +.endif + +.include <bsd.port.mk> |