mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# Created by: Mikolaj Rydzewski <miki@ceti.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yydecode
|
|
PORTVERSION= 0.2.10
|
|
CATEGORIES= news
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= miki@ceti.pl
|
|
COMMENT= Tool to decode yEnc encoded files
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/yydecode \
|
|
man/man1/yydecode.1.gz
|
|
|
|
.include <bsd.port.mk>
|