14 lines
253 B
Makefile
14 lines
253 B
Makefile
DISTNAME= hfs0_37
|
|
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
pre-install:
|
|
@mkdir -p ${PREFIX}/bin
|
|
@mkdir -p ${PREFIX}/man/man1
|
|
|
|
install:
|
|
@chown root ${PREFIX}/bin/hfs
|
|
@chmod u+s ${PREFIX}/bin/hfs
|
|
|