mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
|
DISTFILES= netpbm-1mar1994.tar.gz
|
||
|
DISTNAME= netpbm
|
||
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
pre-install:
|
||
|
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
||
|
|
||
|
.include <bsd.port.mk>
|