mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Yi-Jheng Lin <yzlin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= shflags
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command-line flags module for Unix shell scripts
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= lib/shflags
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|