# New ports collection makefile for: mmv # Date created: 2 Feb 1995 # Whom: Michael Elbel (me) # # $FreeBSD$ # PORTNAME= mmv PORTVERSION= 1.01b CATEGORIES= misc MASTER_SITES= http://wuarchive.wustl.edu/languages/c/unix-c/file-mgmt/ DISTNAME= mmv EXTRACT_SUFX= .tar.Z MAINTAINER= me@FreeBSD.org COMMENT= Move/copy/append/link multiple files with sophisticated wildcard matching NO_CDROM= "No redistribution for charge" NO_PACKAGE= "No modification" CFLAGS+= -DDIRENT MAKE_FLAGS= -e MAN1= mmv.1 post-extract: (cd ${WRKSRC} ; \ ${CAT} mmv.c.? >mmv.c ; \ ${PATCH} mmv.c < mmv.patch1 ; ) do-install: (cd ${PREFIX}/bin ; ${RM} -f mmv mad mcp mln ; \ ${INSTALL_PROGRAM} ${WRKSRC}/mmv ${PREFIX}/bin ; \ ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mad ; \ ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mcp ; \ ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mln ; \ ${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1 ; ) .include owspan='2'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/djvulibre
Commit message (Expand)AuthorAgeFilesLines
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
* graphics/djvulibre: some fixes for the iconspi2016-06-152-17/+26
* graphics/djvulibre: 3.5.25.3 -> 3.5.27pi2016-06-147-187/+37
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01