blob: 2964ce8de5a6b03e41f1998668318385e5b0bf37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: John Merryweather Cooper et al
# $FreeBSD$
CATEGORIES= devel
PKGNAMESUFFIX= -gdbint
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal unit providing interface to gdb
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"
|