3c564f160e
PR: ports/186200 Submitted by: Ilya A. Arkhipov Sponsored by: Absolight
18 lines
397 B
Makefile
18 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -static
|
|
|
|
COMMENT= Console Interface to configure ports (static version for chroots)
|
|
|
|
MASTERDIR= ${.CURDIR}/../dialog4ports
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MAKE_ENV+= NO_SHARED=yes
|
|
D4P_SLAVE= yes
|
|
|
|
PLIST_FILES= bin/dialog4ports-static
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
|
|
${STAGEDIR}${PREFIX}/bin/dialog4ports-static
|
|
|
|
.include "${MASTERDIR}/Makefile"
|