mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
13 lines
351 B
Makefile
13 lines
351 B
Makefile
all: build
|
|
|
|
build:
|
|
gnatmake -p -P ironsides
|
|
|
|
install:
|
|
mkdir -p ${DESTDIR}${PREFIX}/share/examples/ironsides
|
|
${BSD_INSTALL_PROGRAM} final/spark_dns_main \
|
|
${DESTDIR}${PREFIX}/sbin/ironsides
|
|
${BSD_INSTALL_DATA} dfcs.usafa.edu.zonefile \
|
|
${DESTDIR}${PREFIX}/share/examples/ironsides/
|
|
${BSD_INSTALL_MAN} ironsides.1 ${DESTDIR}${PREFIX}/man/man1/
|