Skip to content

Commit

Permalink
- Add LICENSE_FILE
Browse files Browse the repository at this point in the history
- Switch to options helpers
  • Loading branch information
AMDmi3 committed Jan 31, 2016
1 parent b5838b9 commit efca682
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions emulators/hatari/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Atari ST emulator

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl.txt

LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
libpng.so:${PORTSDIR}/graphics/png
Expand Down Expand Up @@ -38,10 +39,10 @@ post-build:

post-install:
@${MKDIR} ${STAGEDIR}${MANPREFIX}/man/fr/man1
(cd ${WRKSRC}/doc/fr && ${INSTALL_MAN} ${PORTNAME}.1.gz \
${STAGEDIR}${MANPREFIX}/man/fr/man1)
${INSTALL_MAN} ${WRKSRC}/doc/fr/${PORTNAME}.1.gz ${STAGEDIR}${MANPREFIX}/man/fr/man1

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/fr
(cd ${WRKSRC}/doc/fr && ${INSTALL_DATA} *.txt \
${STAGEDIR}${DOCSDIR}/fr)
${INSTALL_DATA} ${WRKSRC}/doc/fr/*.txt ${STAGEDIR}${DOCSDIR}/fr

.include <bsd.port.mk>

0 comments on commit efca682

Please sign in to comment.