mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
ffb7170399
With hat: portmgr
19 lines
409 B
Makefile
19 lines
409 B
Makefile
# 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>
|