Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= baudline |
8 |
PORTNAME= baudline |
9 |
PORTVERSION= 0.99 |
9 |
PORTVERSION= 1.00 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= audio linux |
10 |
CATEGORIES= audio linux |
12 |
MASTER_SITES= http://www.baudline.com/ |
11 |
MASTER_SITES= http://www.baudline.com/ |
13 |
PKGNAMEPREFIX= linux- |
12 |
PKGNAMEPREFIX= linux- |
Lines 19-26
Link Here
|
19 |
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ |
18 |
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ |
20 |
${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs |
19 |
${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs |
21 |
|
20 |
|
22 |
BROKEN= Unfetchable |
|
|
23 |
|
24 |
USE_X_PREFIX= yes |
21 |
USE_X_PREFIX= yes |
25 |
ONLY_FOR_ARCHS= i386 |
22 |
ONLY_FOR_ARCHS= i386 |
26 |
NO_BUILD= yes |
23 |
NO_BUILD= yes |
Lines 37-50
Link Here
|
37 |
|
34 |
|
38 |
.include <bsd.port.pre.mk> |
35 |
.include <bsd.port.pre.mk> |
39 |
|
36 |
|
40 |
.if !exists(${DISTDIR}/${DISTFILES}) |
|
|
41 |
IGNORE= may not be automatically fetched due to licensing\ |
42 |
restrictions. You must manually fetch ${DISTFILES} from\ |
43 |
http://www.baudline.com/download.html. Once ${DISTFILES}\ |
44 |
has been downloaded, move it to ${DISTDIR} and then\ |
45 |
restart this build |
46 |
.endif |
47 |
|
48 |
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' |
37 |
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' |
49 |
|
38 |
|
50 |
pre-install: |
39 |
pre-install: |