9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $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
|
|
|
|
CFLAGS.SunOS+= -Du_int64_t=uint64_t
|
|
LIBS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|