d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 lines
358 B
Makefile
21 lines
358 B
Makefile
# New ports collection makefile for: gccmakedep
|
|
# Date created: Nov 18 2006
|
|
# Whom: Dave Grochowski
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gccmakedep
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Create dependencies in makefiles using 'gcc -M'
|
|
|
|
XORG_CAT= util
|
|
|
|
MAN1= gccmakedep.1
|
|
|
|
PLIST_FILES= bin/gccmakedep
|
|
|
|
.include <bsd.port.mk>
|