mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# Created by: 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
|
|
USES= gettext
|
|
INFO= remake
|
|
|
|
.include <bsd.port.mk>
|