aboutsummaryrefslogtreecommitdiffstats
path: root/devel/remake/Makefile
blob: d2d4f4c080138e33352bc3afee8cd970ddf91600 (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:        remake
# Date created:                 2012-02-20
# Whom:                     arved
#
# $FreeBSD$

PORTNAME=   remake
PORTVERSION=    0.9
CATEGORIES= devel
MASTER_SITES=   SF
MASTER_SITE_SUBDIR=bashdb/remake/3.82+dbg-${PORTVERSION}/
DISTNAME=   remake-3.82+dbg${PORTVERSION}

MAINTAINER= arved@FreeBSD.org
COMMENT=    Fork of gmake with debugger

GNU_CONFIGURE=  yes
USE_GETTEXT=    yes
MAN1=       remake.1
INFO=       remake

.include <bsd.port.mk>