mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
044b1bd2c6
PR: 17535 Submitted by: Maintainer
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# New ports collection makefile for: bgrab
|
|
# Version required: 1.3.4
|
|
# Date created: 20 March 2000
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= bgrab-1.3.4
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://www.student.dtu.dk/~c960941/bgrab/
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|