1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/palm/imgvtopgm/Makefile
Baptiste Daroussin ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00

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>