freebsd-ports/devel/dmake/Makefile
Baptiste Daroussin f09dcd0a6e Both Apache OpenOffice.org and LibreOffice use this tool to build but have plans
to deprecate it.
Apache OpenOffice.org will not carry GPL'd software in their repositories so it
is was natural to move this into it's own repository elsewhere before the Oracle
OpenOffice.org website disappears.

Use the latest distfile from the new home (no patches needed anymore)

PR:		ports/161022
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2011-10-01 06:29:52 +00:00

29 lines
542 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.12
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://ooo-dmake.googlecode.com/files/
MAINTAINER= office@FreeBSD.org
COMMENT= Another hyper make utility
LICENSE= GPLv1
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR}
MAN1= dmake.1
post-install:
${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
.include <bsd.port.mk>