mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2b1e6542a5
New minor version of Dmake with some updates from LibreOffice and support for more BSDs and OS/2. PR: ports/164853 Submitted by: pfg
29 lines
540 B
Makefile
29 lines
540 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.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dmake.apache-extras.org.codespot.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>
|