danj 1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00

28 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.17 2019/07/17 14:49:20 danj Exp $
COMMENT= PPM to Pilot bitmap converter
DISTNAME= ppmtoTbmp-1.1
REVISION= 4
CATEGORIES= converters graphics
HOMEPAGE= http://www.isaac.cs.berkeley.edu/pilot/
PERMIT_PACKAGE= Yes
WANTLIB= c m netpbm
MASTER_SITES= ${HOMEPAGE}
MAKE_FLAGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/netpbm" \
LDLIBS="-L${LOCALBASE}/lib -lnetpbm -lm"
LIB_DEPENDS= graphics/netpbm
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/Tbmptopnm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/ppmtoTbmp ${PREFIX}/bin
TEST_TARGET= test
.include <bsd.port.mk>