opnsense-ports/sysutils/cdls/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04:00

26 lines
578 B
Makefile

# Created by: Hans de Hartog
# $FreeBSD$
PORTNAME= cdls
PORTVERSION= 4.2
CATEGORIES= sysutils
MASTER_SITES= ftp://freebsd4ever.xs4all.nl/ ftp://vps337.directvps.nl/
MAINTAINER= hansdehartog@xs4all.nl
COMMENT= Curses based file manager for system managers
PLIST_FILES= bin/cdls
USES= ncurses
.include <bsd.port.pre.mk>
.if ${NCURSESBASE} == /usr
# no need to use ncurses-config if we use ncurses from the base system
CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>