Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= xqf |
8 |
PORTNAME= xqf |
9 |
PORTVERSION= 0.9.9 |
9 |
PORTVERSION= 0.9.11 |
10 |
CATEGORIES= games |
10 |
CATEGORIES= games |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 15-24
Link Here
|
15 |
|
15 |
|
16 |
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat |
16 |
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat |
17 |
|
17 |
|
18 |
GNU_CONFIGURE= yes |
|
|
19 |
USE_GNOMENG= yes |
18 |
USE_GNOMENG= yes |
20 |
USE_GNOME= gtk12 |
19 |
USE_GNOME= gtk12 |
|
|
20 |
GNU_CONFIGURE= yes |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
21 |
|
24 |
|
22 |
MAN6= xqf.6 |
25 |
MAN6= xqf.6 |
|
|
26 |
|
27 |
post-install: |
28 |
.if !defined(NOPORTDOCS) |
29 |
@${MKDIR} ${DOCSDIR} |
30 |
${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR} |
31 |
.endif |
23 |
|
32 |
|
24 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |