mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
320 B
Makefile
20 lines
320 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
|
|
|
|
MAN1= yydecode.1
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/yydecode
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|