Lines 1-10
Link Here
|
1 |
# Created by: Alexander Vereeken <Alexander88207@protonmail.com> |
1 |
# Created by: Alexander Vereeken <Alexander88207@protonmail.com> |
2 |
|
2 |
|
3 |
PORTNAME= homura |
3 |
PORTNAME= homura |
4 |
PORTVERSION= 5.5 |
4 |
DISTVERSION= 5.6 |
5 |
CATEGORIES= games |
5 |
CATEGORIES= games |
6 |
MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ |
6 |
MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ |
7 |
DISTNAME= ${PORTVERSION} |
7 |
DISTNAME= ${DISTVERSION} |
8 |
|
8 |
|
9 |
MAINTAINER= Alexander88207@protonmail.com |
9 |
MAINTAINER= Alexander88207@protonmail.com |
10 |
COMMENT= Wine-based Game Launcher for FreeBSD |
10 |
COMMENT= Wine-based Game Launcher for FreeBSD |
Lines 28-36
NO_BUILD= yes
Link Here
|
28 |
|
28 |
|
29 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
29 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
30 |
|
30 |
|
31 |
PLIST_FILES= bin/Homura |
31 |
PLIST_FILES= bin/Homura \ |
|
|
32 |
share/Homura/Data/Framework |
32 |
|
33 |
|
33 |
do-install: |
34 |
do-install: |
|
|
35 |
${MKDIR} ${STAGEDIR}${PREFIX}/share/Homura/Data |
34 |
${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin |
36 |
${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin |
|
|
37 |
${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Homura/Data |
35 |
|
38 |
|
36 |
.include <bsd.port.mk> |
39 |
.include <bsd.port.mk> |