1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/gdbmods/Makefile
2003-02-21 11:23:04 +00:00

25 lines
551 B
Makefile

# New ports collection makefile for: gdbmods
# Date created: 24 August 2002
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= gdbmods
PORTVERSION= 20020824
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~gallatin/
DISTFILES= gdbmods
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= bms@spc.org
COMMENT= Wrapper for gdb -k to provide kld symbol information
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/bin
.include <bsd.port.mk>