e0a959491b
- Convert gmake to USES
21 lines
481 B
Makefile
21 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ndesk-options
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ndesk.org/archive/${PORTNAME}/
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Callback-based program option parser for C\#
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|