1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/repng2jpeg/Makefile
2012-06-01 05:26:28 +00:00

34 lines
752 B
Makefile

# New ports collection makefile for: repng2jpeg
# Date created: 2008-08-17
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= repng2jpeg
PORTVERSION= 1.0.4
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://sugachan.dip.jp/obsolete/arch/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= gslin@gslin.org
COMMENT= Tool to recompress JPEG/PNG/GIF
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgd
PLIST_FILES= bin/repng2jpeg
RESTRICTED= No license text in tarball and website
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \
${WRKSRC}/src/repng2jpeg.c ${LDFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${PREFIX}/bin
.include <bsd.port.mk>