mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c2ad910d29
PR: 19761 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: pngcheck
|
|
# Date created: Tue 04 Jul 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pngcheck
|
|
PORTVERSION= 1.99.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
|
|
ftp://swrinde.nde.swri.edu/pub/png/applications/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAKEFILE= Makefile.unx
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|