freebsd-ports/sysutils/cdargs/Makefile
Emanuel Haupt 3e56ed3f21 - Update MASTER_SITES and WWW
- Add LICENSE

PR:		161592
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:07:15 +00:00

30 lines
674 B
Makefile

# New ports collection makefile for: cdargs
# Date created: 1 May 2004
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= cdargs
PORTVERSION= 1.35
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
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= cdargs.1
PLIST_FILES= bin/cdargs
post-patch:
@${REINPLACE_CMD} -e \
's|^AM_CXXFLAGS|#AM_CXXFLAGS|' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>