Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= shell-fm |
8 |
PORTNAME= shell-fm |
9 |
PORTVERSION= 0.6 |
9 |
PORTVERSION= 0.7 |
10 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
11 |
CATEGORIES= multimedia |
11 |
CATEGORIES= multimedia |
12 |
MASTER_SITES= http://nex.scrapping.cc/code/shell-fm/downloads/ |
12 |
MASTER_SITES= http://nex.scrapping.cc/shell-fm/releases/ |
13 |
|
13 |
|
14 |
MAINTAINER= ntarmos@cs.uoi.gr |
14 |
MAINTAINER= ntarmos@cs.uoi.gr |
15 |
COMMENT= A command-line client for Last.FM |
15 |
COMMENT= A command-line client for Last.FM |
Lines 25-37
CFLAGS+= -I${LOCALBASE}/include
Link Here
|
25 |
MAN1= shell-fm.1 |
25 |
MAN1= shell-fm.1 |
26 |
MANCOMPRESSED= yes |
26 |
MANCOMPRESSED= yes |
27 |
PLIST_FILES= bin/shell-fm |
27 |
PLIST_FILES= bin/shell-fm |
28 |
PORTDOCS= AUTHORS CHANGES RELEASE INSTALL |
28 |
PORTDOCS= AUTHORS RELEASE INSTALL |
29 |
PORTEXAMPLES= shell-colors.sh shell-fm-tune.sh \ |
29 |
PORTEXAMPLES= shell-colors.sh shell-fm-tune.sh \ |
30 |
unix.pl zcontrol |
30 |
unix.pl zcontrol |
31 |
|
31 |
|
32 |
pre-build: |
32 |
pre-build: |
33 |
@${REINPLACE_CMD} \ |
33 |
@${REINPLACE_CMD} \ |
34 |
-e 's/^DESTDIR.*$$/\DESTDIR := $$(LOCALBASE)/g' \ |
34 |
-e 's/^PREFIX.*$$/\PREFIX := $$(LOCALBASE)/g' \ |
35 |
${WRKSRC}/Makefile |
35 |
${WRKSRC}/Makefile |
36 |
|
36 |
|
37 |
post-install: |
37 |
post-install: |