6589d1b23a
configuration files for many programs. Modules are used to define the configuration options. A sample template is provided to aid in creating new modules. Submitted by: Oliver Oberdorf <oly@world.std.com> (with changes by me)
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# New ports collection makefile for: dotfile
|
|
# Version required: 2.0b2
|
|
# Date created: 11/12/96
|
|
# Whom: oly@world.std.com
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= dotfile-2.0b5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
|
|
|
|
MAINTAINER= oly@world.std.com
|
|
|
|
LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk
|
|
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= dotfile.1
|
|
|
|
do-build:
|
|
@${DO_NADA}
|
|
|
|
.include <bsd.port.mk>
|