aboutsummaryrefslogtreecommitdiffstats
path: root/devel/egypt/Makefile
blob: a98f7e530433ee1ea8c60763c322512fdcade5ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    egypt
# Date created:     21 April 2007
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   egypt
PORTVERSION=    1.6
CATEGORIES= devel perl5
MASTER_SITES=   http://www.gson.org/egypt/download/ CENKES

MAINTAINER= ports@FreeBSD.org
COMMENT=    Create call graphs of C programs

USE_PERL5_RUN=  yes
PERL_CONFIGURE= yes
MAN1=       ${PORTNAME}.1
PLIST_FILES=    bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}

.include <bsd.port.mk>