23 lines
413 B
Makefile
23 lines
413 B
Makefile
PORTNAME= appscript
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3.5
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= dtxdf@FreeBSD.org
|
|
COMMENT= Simple, lightweight and effective tool for creating SFX files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DtxdF
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/appscript \
|
|
share/appscript/stub.c \
|
|
share/man/man1/appscript.1.gz
|
|
|
|
.include <bsd.port.mk>
|