pkgsrc/converters/yencode/Makefile

21 lines
489 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2020/01/26 17:30:52 rillig Exp $
#
DISTNAME= yencode-0.46
PKGNAME= ${DISTNAME:C/([0-9])$/.\1/1}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/}
MAINTAINER= shaun@inerd.com
HOMEPAGE= https://www.yencode.org/
COMMENT= Encoder and decoder for yenc format
GNU_CONFIGURE= yes
2012-02-16 19:05:09 +01:00
CFLAGS.SunOS+= -Du_int64_t=uint64_t
LIBS.SunOS+= -lsocket -lnsl
2004-04-11 09:42:53 +02:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"