mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
16 lines
316 B
Makefile
16 lines
316 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Auto-complete program for the D programming language (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/dcd-server
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DUB_CONFIG= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|