blob: 63ae1c57990629a0e70d3b26e66bd6aa83dcff5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: dotfile
# Version required: 2.0
# Date created: 11/12/96
# Whom: oly@world.std.com
#
# $Id: Makefile,v 1.3 1997/01/24 10:27:02 asami Exp $
#
DISTNAME= dotfile-2.0
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>
|