Lines 1-12
Link Here
|
1 |
# New ports collection makefile for: sterm |
1 |
# Created by: Matthew Donovan <kitchetech@gmail.com> |
2 |
# Date created: April 01, 2011 |
|
|
3 |
# Whom: Matthew Donovan <kitchetech@gmail.com> |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= sterm |
4 |
PORTNAME= sterm |
9 |
PORTVERSION= 0.2.1 |
5 |
PORTVERSION= 0.3 |
10 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
11 |
MASTER_SITES= http://dl.suckless.org/st/ |
7 |
MASTER_SITES= http://dl.suckless.org/st/ |
12 |
DISTNAME= st-${PORTVERSION} |
8 |
DISTNAME= st-${PORTVERSION} |
Lines 16-29
Link Here
|
16 |
|
12 |
|
17 |
LICENSE= BSD |
13 |
LICENSE= BSD |
18 |
|
14 |
|
|
|
15 |
LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ |
16 |
freetype:${PORTSDIR}/print/freetype2 |
19 |
RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses |
17 |
RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses |
20 |
|
18 |
|
21 |
USE_XORG= x11 |
19 |
USE_XORG= x11 xext xft |
22 |
MAN1= st.1 |
20 |
MAN1= st.1 |
23 |
PLIST_FILES= bin/st |
21 |
PLIST_FILES= bin/st |
24 |
|
22 |
|
25 |
PORTDOCS= README |
23 |
PORTDOCS= README |
26 |
|
24 |
|
|
|
25 |
.include <bsd.port.options.mk> |
26 |
|
27 |
pre-everything:: |
27 |
pre-everything:: |
28 |
@${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:" |
28 |
@${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:" |
29 |
@${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean" |
29 |
@${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean" |
Lines 42-48
Link Here
|
42 |
${WRKSRC}/config.mk |
42 |
${WRKSRC}/config.mk |
43 |
|
43 |
|
44 |
post-install: |
44 |
post-install: |
45 |
.if !defined(NOPORTDOCS) |
45 |
.if ${PORT_OPTIONS:MDOCS} |
46 |
@${MKDIR} ${DOCSDIR} |
46 |
@${MKDIR} ${DOCSDIR} |
47 |
.for doc in ${PORTDOCS} |
47 |
.for doc in ${PORTDOCS} |
48 |
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} |
48 |
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} |