8e7e7b1b84
Pointy hat: acm Sponsored by: Absolight
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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"
|