pkgsrc/misc/dotfile/Makefile
agc 1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00

23 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:45 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp
#
DISTNAME= dotfile-2.0
CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
MAINTAINER= oly@world.std.com
DEPENDS+= tk-8.0p2:../../x11/tk80
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
GNU_CONFIGURE= yes
MAN1= dotfile.1
do-build:
@${DO_NADA}
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include "../../mk/bsd.pkg.mk"