aboutsummaryrefslogtreecommitdiff
path: root/devel/mkmf/Makefile
blob: aa3fcb4bd6d06f9871e612be1b44b9ac293c0b70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	mkmf
# Date created:		14 Mar 1996
# Whom:			se
#
# $FreeBSD$
#

PORTNAME=	mkmf
PORTVERSION=	4.11
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.uni-koeln.de/util/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Creates program and library makefiles for the make(1) command

MAN1=		mkmf.1
MANCOMPRESSED=	maybe

.include <bsd.port.mk>