1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/misc/dotfile/Makefile

28 lines
537 B
Makefile
Raw Normal View History

# New ports collection makefile for: dotfile
# Version required: 2.0
# Date created: 11/12/96
# Whom: oly@world.std.com
#
1997-04-20 13:20:00 +00:00
# $Id: Makefile,v 1.4 1997/04/03 19:18:22 fenner Exp $
#
DISTNAME= dotfile-2.0
1997-04-20 13:20:00 +00:00
CATEGORIES= misc tk41
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>