1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/news/yydecode/Makefile
Florent Thoumie 81ddcb742e Add yydecode 0.2.10, a tool to decode yEnc encoded files.
PR:		ports/75078
Submitted by:	Mikolaj Rydzewski <miki@ceti.pl>
Approved by:	pav (mentor)
2005-03-07 22:56:09 +00:00

25 lines
492 B
Makefile

# New ports collection makefile for: yydecode
# Date created: 14 Dec 2004
# Whom: Mikolaj Rydzewski <miki@ceti.pl>
#
# $FreeBSD$
#
PORTNAME= yydecode
PORTVERSION= 0.2.10
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= yydecode
MAINTAINER= miki@ceti.pl
COMMENT= Tool to decode yEnc encoded files
MAN1= yydecode.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/yydecode
.include <bsd.port.mk>