21 lines
379 B
Makefile
21 lines
379 B
Makefile
COMMENT= Program who count arguments
|
|
MAINTAINER= Kitoy <votre mail>
|
|
|
|
V= 1.0
|
|
PKGNAME= args_count-${V}
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= https://kitoy.me/git/kitoy/args_count/archive/
|
|
EXTRACT_SUFX = tar.gz
|
|
DISTFILES= ${V}.${EXTRACT_SUFX}
|
|
|
|
WRKSRC= ${WRKDIST}/args_count
|
|
|
|
# Licence WFTPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
|
|
.include <bsd.port.mk>
|