freebsd-ports/x11/xbanner/Makefile
Steve Price 0cc1560689 * Fixed MASTER_SITES
* Modified patches to support CFLAGS/X11BASE properly
* Modified patches to support install macros
* Sorted pkg/PLIST
* Added WWW: line into pkg/DESCR

PR:		15539
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-25 01:43:15 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: xbanner
# Version required: 1.31
# Date created: 13 Jan 1999
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= XBanner1.31
PKGNAME= xbanner-1.31
CATEGORIES= x11
MASTER_SITES= ftp://ftp.digital.com/pub/linux/XBanner/ \
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/xutils
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
#USE_IMAKE= yes
post-patch:
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/xres.c
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/samples/XBanner.ad
post-install:
${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \
${PREFIX}/lib/X11/app-defaults/XBanner
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/XBanner
${INSTALL_DATA} ${WRKSRC}/QuickStart ${PREFIX}/share/doc/XBanner
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/XBanner
@${MKDIR} ${PREFIX}/share/examples/XBanner
${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \
${PREFIX}/share/examples/XBanner
.endif
.include <bsd.port.mk>