Lines 1-7
Link Here
|
|
|
1 |
# Created by: Patrice Clement <monsieurp@gentoo.org> |
1 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
2 |
|
3 |
|
3 |
PORTNAME= hstr |
4 |
PORTNAME= hstr |
4 |
DISTVERSION= 1.25 |
5 |
DISTVERSION= 2.0 |
5 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
6 |
|
7 |
|
7 |
MAINTAINER= monsieurp@gentoo.org |
8 |
MAINTAINER= monsieurp@gentoo.org |
Lines 10-20
Link Here
|
10 |
LICENSE= APACHE20 |
11 |
LICENSE= APACHE20 |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
|
13 |
USES= autoreconf ncurses readline |
14 |
BUILD_DEPENDS= pkg-config:devel/pkgconf |
|
|
15 |
|
16 |
USES= autoreconf ncurses readline |
14 |
USE_GITHUB= yes |
17 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= dvorka |
18 |
GH_ACCOUNT= dvorka |
|
|
19 |
GH_PROJECT= hstr |
20 |
|
16 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
17 |
|
22 |
|
18 |
PLIST_FILES= bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz |
23 |
PLIST_FILES= bin/hh bin/hstr \ |
|
|
24 |
man/man1/hstr.1.gz share/bash-completion/completions/hstr |
19 |
|
25 |
|
20 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |