mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
425 B
Makefile
23 lines
425 B
Makefile
# New ports collection makefile for: remake
|
|
# Date created: 2012-02-20
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= remake
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR=bashdb/remake/3.82+dbg-0.8/
|
|
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>
|