5392aa00ad
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
46 lines
1.1 KiB
Makefile
46 lines
1.1 KiB
Makefile
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= epiar
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Space trading/exploring sim with RPG elements
|
|
|
|
LICENSE= GPLv2 CCbyNCSA3
|
|
LICENSE_COMB= dual
|
|
LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported
|
|
LICENSE_FILE_CCbyNCSA3=${WRKSRC}/LICENSE.music
|
|
LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
|
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|
libftgl.so:${PORTSDIR}/graphics/ftgl \
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
libphysfs.so:${PORTSDIR}/devel/physfs
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= knowknowledge
|
|
GH_PROJECT= Epiar
|
|
GH_TAGNAME= 44046e3
|
|
|
|
USES= autoreconf gmake pkgconfig
|
|
USE_SDL= image mixer sdl
|
|
USE_GL= glu
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= AUTHORS ChangeLog README
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
# Wrong versioning upstream
|
|
PORTSCOUT= ignore:1
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
|
|
${STAGEDIR}${DESKTOPDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|