1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/cdargs/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

26 lines
534 B
Makefile

# $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>