freebsd-ports/devel/gengetopt/Makefile
Pav Lucistnik d23d6ca3aa - Update to 2.15
PR:		ports/91017
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-28 15:50:27 +00:00

36 lines
884 B
Makefile

# ex:ts=8
# New ports collection makefile for: gengetopt
# Date created: 12 October 2000
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#
PORTNAME= gengetopt
PORTVERSION= 2.15
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A tool for generating a C function which parses command line arguments
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
MAN1= gengetopt.1
INFO= gengetopt
post-patch:
@${RM} ${WRKSRC}/doc/gengetopt.info
.if defined(NOPORTDOCS)
do-install:
@cd ${INSTALL_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
@cd ${INSTALL_WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-man
.endif
.include <bsd.port.mk>