|
Lines 19-26
Link Here
|
| 19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
| 20 |
USE_XORG= x11 xext |
20 |
USE_XORG= x11 xext |
| 21 |
PLIST_FILES= bin/numlockx |
21 |
PLIST_FILES= bin/numlockx |
|
|
22 |
PORTDOCS= ChangeLog LICENSE README |
| 22 |
|
23 |
|
| 23 |
# Needed for the "configure" program to find XTest and XKB header files |
24 |
# Needed for the "configure" program to find XTest and XKB header files |
| 24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |
| 25 |
|
26 |
|
|
|
27 |
post-install: |
| 28 |
.if !defined(NOPORTDOCS) |
| 29 |
${MKDIR} ${DOCSDIR} |
| 30 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
| 31 |
.endif |
| 32 |
|
| 26 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |