2004-05-01 23:08:25 +02:00
|
|
|
# New ports collection makefile for: cdargs
|
|
|
|
# Date created: 1 May 2004
|
|
|
|
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cdargs
|
2006-04-10 18:50:39 +02:00
|
|
|
PORTVERSION= 1.35
|
2004-05-01 23:08:25 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-04-18 15:31:10 +02:00
|
|
|
MASTER_SITES= http://www.skamphausen.de/software/cdargs/ \
|
|
|
|
http://www.atarininja.org/~wxs/distfiles/
|
2004-05-01 23:08:25 +02:00
|
|
|
|
|
|
|
MAINTAINER= wxs@csh.rit.edu
|
|
|
|
COMMENT= Navigate the filesystem using a menu interface or a bookmark system
|
|
|
|
|
|
|
|
USE_GETOPT_LONG= yes
|
2005-11-16 04:23:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-05-01 23:08:25 +02:00
|
|
|
CFLAGS+= -DHAVE_DECL_GETOPT
|
|
|
|
|
|
|
|
MAN1= cdargs.1
|
|
|
|
|
|
|
|
PLIST_FILES= bin/cdargs
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,CXXFLAGS =,CXXFLAGS +=,' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|