mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libargparse
|
|
# Date created: Sep 13, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libargparse
|
|
PORTVERSION= 0.1.0000
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= aqsis
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A command line argument parser library
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|