blob: 36b2cd93ad4113b18878c07aa73bcdbef7f7d4a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: sumikawa@ebina.hitachi.co.jp
# $FreeBSD$
PORTNAME= imgvtopgm
PORTVERSION= 2.0
PORTREVISION= 4
CATEGORIES= palm graphics
MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= Palm Pilot Image Viewer to PGM Converter
LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
CONFIGUR_ARGS= --libdir=${PREFIX}
.include <bsd.port.mk>
|