# Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= getopt PORTVERSION= 1.1.5 CATEGORIES= misc MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= eadler@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options USES= gettext USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl MAKE_ENV+= LIBCGETOPT=0 MAN1= getopt.1 DOCS= Changelog README MAKE_JOBS_SAFE= yes .include post-patch: @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include epository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0