mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
5cbad553fb
Approved by: portmgr (blanket)
27 lines
668 B
Makefile
27 lines
668 B
Makefile
PORTNAME= cdargs
|
|
PORTVERSION= 1.35
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.skamphausen.de/downloads/cdargs/ \
|
|
http://fossies.org/unix/privat/ \
|
|
http://www.atarininja.org/~wxs/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Navigate the filesystem using a menu interface or a bookmark system
|
|
WWW= https://www.skamphausen.de/cgi-bin/ska/CDargs
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/cdargs share/man/man1/cdargs.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^AM_CXXFLAGS|#AM_CXXFLAGS|' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|