aboutsummaryrefslogtreecommitdiff
path: root/astro/jday/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/jday/Makefile')
-rw-r--r--astro/jday/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile
index 86a2eb080a52..b0b49ebf47a3 100644
--- a/astro/jday/Makefile
+++ b/astro/jday/Makefile
@@ -8,18 +8,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Julian date calculator
WWW= https://jday.sourceforge.net/
-USES= pathfix libtool
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= libtool pathfix
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
-CONFLICTS_INSTALL= netatalk3
+CONFLICTS_INSTALL= netatal3
-PLIST_FILES= bin/dbd bin/j2d bin/jday \
- include/jday.h lib/libjday.a \
- lib/libjday.so lib/libjday.so.2 \
- lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
- share/man/man1/jday.1.gz
+PLIST_FILES= bin/dbd bin/j2d bin/jday include/jday.h lib/libjday.a \
+ lib/libjday.so lib/libjday.so.2 lib/libjday.so.2.0.4 \
+ libdata/pkgconfig/jday.pc share/man/man1/jday.1.gz
.include <bsd.port.mk>