freebsd-ports/devel/ndesk-options/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
445 B
Makefile

PORTNAME= ndesk-options
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ndesk.org/archive/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Callback-based program option parser for C\#
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
USES= gmake mono pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile.in configure
post-extract:
@${MV} ${WRKSRC}/lib ${WRKSRC}/libdata
.include <bsd.port.mk>