Lines 1-27
Link Here
|
1 |
# Created by: Hans de Hartog <hans@dehartog.nl> |
1 |
# Created by: Hans de Hartog |
2 |
# $FreeBSD: head/sysutils/cdls/Makefile 386311 2015-05-14 10:14:48Z riggs $ |
2 |
# $FreeBSD: head/sysutils/cdls/Makefile 386311 2015-05-14 10:14:48Z riggs $ |
3 |
|
3 |
|
4 |
PORTNAME= cdls |
4 |
PORTNAME= cdls |
5 |
PORTVERSION= 4.2 |
5 |
PORTVERSION= 4.2 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= ftp://zml12.dyndns.org/ \ |
7 |
MASTER_SITES= ftp://freebsd4ever.xs4all.nl/ ftp://vps337.directvps.nl/ |
8 |
ftp://vps337.directvps.nl/ |
|
|
9 |
|
8 |
|
10 |
MAINTAINER= hans@dehartog.nl |
9 |
MAINTAINER= hansdehartog@xs4all.nl |
11 |
COMMENT= Curses based file manager for system managers |
10 |
COMMENT= Curses based file manager for system managers |
12 |
|
11 |
|
13 |
PLIST_FILES= bin/cdls |
12 |
PLIST_FILES= bin/cdls |
14 |
|
13 |
|
15 |
USES= ncurses |
14 |
USES= ncurses |
16 |
|
15 |
|
17 |
.include <bsd.port.pre.mk> |
|
|
18 |
|
19 |
.if ${NCURSESBASE} == /usr |
20 |
# no need to use ncurses-config if we use ncurses from the base system |
21 |
CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true |
22 |
.endif |
23 |
|
24 |
do-install: |
16 |
do-install: |
25 |
${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin |
17 |
${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin |
26 |
|
18 |
|
27 |
.include <bsd.port.post.mk> |
19 |
.include <bsd.port.mk> |