1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/dotfile/Makefile
Satoshi Asami 98d6ad6b52 Fix LIB_DEPENDS line, this one depends on tk41, not tk.
This caused, among other things, the package depend on tk-3.6 (argh!!!).
1997-01-24 10:27:02 +00:00

28 lines
536 B
Makefile

# New ports collection makefile for: dotfile
# Version required: 2.0b2
# Date created: 11/12/96
# Whom: oly@world.std.com
#
# $Id: Makefile,v 1.2 1997/01/06 02:49:36 obrien Exp $
#
DISTNAME= dotfile-2.0b5
CATEGORIES= misc
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
MAINTAINER= oly@world.std.com
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
MAN1= dotfile.1
do-build:
@${DO_NADA}
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>