freebsd-ports/devel/dcd-client/Makefile
Mathieu Arnold 8e7e7b1b84 Bump PORTREVISION after adding the plist.
Pointy hat:	acm
Sponsored by:	Absolight
2017-07-26 13:16:58 +00:00

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"