mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# Created by: Bruce M Simpson <bms@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdbmods
|
|
PORTVERSION= 20020824
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~gallatin/
|
|
DISTFILES= gdbmods
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Wrapper for gdb -k to provide kld symbol information
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/gdbmods
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|