freebsd-ports/palm/imgvtopgm/Makefile

19 lines
406 B
Makefile
Raw Normal View History

# Created by: sumikawa@ebina.hitachi.co.jp
# $FreeBSD$
2000-04-13 21:19:05 +02:00
PORTNAME= imgvtopgm
PORTVERSION= 2.0
2012-06-01 07:26:28 +02:00
PORTREVISION= 4
CATEGORIES= palm graphics
2005-11-17 06:25:00 +01:00
MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
MAINTAINER= ports@FreeBSD.org
COMMENT= Palm Pilot Image Viewer to PGM Converter
LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm
2000-03-21 09:14:55 +01:00
GNU_CONFIGURE= yes
CONFIGUR_ARGS= --libdir=${PREFIX}
.include <bsd.port.mk>