blob: dee26e0aaffdc00dba4ea77675076e722d49dbe6 (
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: dim
# Date created: Apr 13, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= dim
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.theory.org/~matt/dim/
DISTNAME= dim
EXTRACT_SUFX= .tar
MAINTAINER= mark@kyne.com.au
USE_PERL5= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
pre-patch:
@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
.include <bsd.port.mk>
|