13 lines
259 B
Makefile
13 lines
259 B
Makefile
PORTREVISION= 2
|
|
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"
|