freebsd-ports/graphics/xpcd/Makefile
Dirk Meyer a1c88bb38c This is a PhotoCD tool collection.
This packages core application is a command line tool which can read
so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG
(pcdtoppm).  Also included is a PhotoCD viewing frontend for X (xpcd).

Main benefit in this package is that it is capable to open PhotoCD
pictures in 3072x2048 pixels resolution and convert them to JPEG,
while most of the other applications that I've seen don't go beyond
768x512.

This application is also packaged (by other people) into Debian
(http://packages.debian.org/stable/graphics/xpcd.html)

- Fix pkg-plist, ports installed more files.
- set manpages in Makefile
- Fix Head of makefile

PR:		31539
Submitted by:	juha.o.ylitalo@nokia.com
2002-02-09 16:14:25 +00:00

30 lines
641 B
Makefile

# New ports collection makefile for: xpcd
# Date created: 27 October 2001
# Whom: Juha Ylitalo
#
# $FreeBSD$
#
PORTNAME= xpcd
PORTVERSION= 2.08
PORTREVISION= 1
CATEGORIES+= graphics
MASTER_SITES= http://bytesex.org/misc/
MAINTAINER?= jylitalo@iki.fi
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
# USE_IMAKE= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
LDFLAGS= -L${LOCALBASE}/lib
USE_GMAKE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
USE_X_PREFIX= yes
MAN1= pcdtoppm.1 pcdview.1 xpcd.1
.include <bsd.port.mk>