summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/x2p/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/x2p/Makefile')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile
new file mode 100644
index 0000000..d7e383d
--- /dev/null
+++ b/gnu/usr.bin/perl/x2p/Makefile
@@ -0,0 +1,17 @@
+
+PROG= a2p
+
+SRCS+= a2p.c hash.c str.c walk.c util.c
+CFLAGS+= -I${.CURDIR}/../perl
+
+LDADD= -lm
+DPADD= ${LIBM}
+
+MAN1+= a2p.1 s2p.1 h2ph.1
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 555 s2p ${BINDIR}
+ install -c -o ${BINOWN} -g ${BINGRP} -m 555 h2ph ${BINDIR}
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud