f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
28 lines
852 B
Makefile
28 lines
852 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:49 jlam Exp $
|
|
|
|
DISTNAME= tkirc1.202
|
|
PKGNAME= tkirc-1.202
|
|
CATEGORIES= chat x11
|
|
MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://netsplit.de/tkirc1/
|
|
COMMENT= GUI for the ircII Internet Relay Chat client
|
|
|
|
DEPENDS+= ircII-[0-9]*:../../chat/ircII
|
|
DEPENDS+= tk>=8.3.2:../../x11/tk
|
|
|
|
USE_X11= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/tkirc
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkirc ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|