freebsd-ports/devel/remake/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

22 lines
434 B
Makefile

# 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
USES= gettext
MAN1= remake.1
INFO= remake
.include <bsd.port.mk>