freebsd-ports/devel/dmake/Makefile
Mikhail Teterin 26caa71414 This software has interesting history. It currently seems abandoned by
the original authors (WTICorp), but OpenOffice seems to have picked up
the torch and distributes an improved version as part of their giant
Bundle of Everything (TM).

Update to that version for the sake of general human advancement and
so that the OpenOffice ports can use this version instead of building
its own.

The lone patch fixes warnings, and may help on 64-bit systems.
2005-02-04 00:51:46 +00:00

25 lines
600 B
Makefile

# New ports collection makefile for: dmake
# Date created: 31 July 1995
# Whom: nils@guru.ims.uni-stuttgart.de
#
# $FreeBSD$
#
PORTNAME= dmake
PORTVERSION= 4.3
CATEGORIES= devel
MASTER_SITES= http://people.debian.org/~rene/pkgs/dmake/
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Another hyper make utility
GNU_CONFIGURE= yes
#CONFIGURE_ENV+= CFLAGS="${CFLAGS} -Wall -Werror"
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/${PORTNAME}
MAN1= dmake.1
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>