Lines 7-21
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= xsc |
8 |
PORTNAME= xsc |
9 |
PORTVERSION= 1.5 |
9 |
PORTVERSION= 1.5 |
10 |
PORTREVISION= 2 |
10 |
PORTREVISION= 3 |
11 |
CATEGORIES= games |
11 |
CATEGORIES= games |
12 |
MASTER_SITES= http://www.panix.com/~mbh/xsc/ |
12 |
MASTER_SITES= http://www.panix.com/~mbh/xsc/ \ |
|
|
13 |
SF/nemysisfreebsdp/:icons |
14 |
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ |
15 |
${PORTNAME}.png:icons |
16 |
DIST_SUBDIR= ${PORTNAME} |
17 |
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} |
13 |
|
18 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
19 |
MAINTAINER= nemysis@gmx.ch |
15 |
COMMENT= A vector graphics space shoot'em up game |
20 |
COMMENT= Vector graphics space shoot'em up game |
16 |
|
21 |
|
17 |
USE_XORG= x11 |
22 |
USE_XORG= x11 |
18 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
19 |
PLIST_FILES= bin/xsc |
24 |
|
|
|
25 |
PLIST_FILES= bin/${PORTNAME} \ |
26 |
share/pixmaps/${PORTNAME}.png |
27 |
|
28 |
DESKTOP_ENTRIES="Xce" "${COMMENT}" "${PORTNAME}" \ |
29 |
"${PORTNAME}" "Game;ArcadeGame;" ${FALSE} |
30 |
|
31 |
post-install: |
32 |
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps |
20 |
|
33 |
|
21 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |