9 lines
191 B
Makefile
9 lines
191 B
Makefile
COMMENT= Git GUI (Graphical User Interface) components
|
|
|
|
SUBPORT= gui
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|