2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:46:15 espie Exp $
|
2011-09-23 10:41:31 -04:00
|
|
|
|
2011-09-23 15:11:41 -04:00
|
|
|
COMMENT= simple X terminal
|
2011-09-23 10:41:31 -04:00
|
|
|
|
Update st to version 0.3
From the suckless announcement, the biggest changes are:
* New drawing code, which is way more faster and comparable to the
other terminals out there.
* Many new escape sequences are supported:
* setting the title
* LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC,
CHT, HTS, CBT, SM, RM, standout mode ??? (See st.info.)
* Linedrawing is now supported
* Xft and Fontcache is now used to draw fonts.
* support for italic and bold italic font drawing
* Some more commandline parameters are available. (See manpage.)
* easy debugging with: st -o - | cat -v
* nyancat(1) works.
* external support of utmp entries by using utmp(1)
ok gonzalo@
2012-11-05 08:24:39 -05:00
|
|
|
DISTNAME= 0.3
|
2011-09-26 05:32:46 -04:00
|
|
|
PKGNAME= st-${DISTNAME}
|
2011-09-23 10:41:31 -04:00
|
|
|
DIST_SUBDIR= st
|
|
|
|
|
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://st.suckless.org/
|
|
|
|
|
|
|
|
MAINTAINER= Joerg Zinke <zinke@openbsd.org>
|
|
|
|
|
2012-11-08 15:27:54 -05:00
|
|
|
# MIT/X Consortium License
|
2011-09-23 10:41:31 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
Update st to version 0.3
From the suckless announcement, the biggest changes are:
* New drawing code, which is way more faster and comparable to the
other terminals out there.
* Many new escape sequences are supported:
* setting the title
* LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC,
CHT, HTS, CBT, SM, RM, standout mode ??? (See st.info.)
* Linedrawing is now supported
* Xft and Fontcache is now used to draw fonts.
* support for italic and bold italic font drawing
* Some more commandline parameters are available. (See manpage.)
* easy debugging with: st -o - | cat -v
* nyancat(1) works.
* external support of utmp entries by using utmp(1)
ok gonzalo@
2012-11-05 08:24:39 -05:00
|
|
|
WANTLIB= c util X11 Xext Xft fontconfig
|
2011-09-23 10:41:31 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://hg.suckless.org/st/archive/
|
|
|
|
|
Update st to version 0.3
From the suckless announcement, the biggest changes are:
* New drawing code, which is way more faster and comparable to the
other terminals out there.
* Many new escape sequences are supported:
* setting the title
* LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC,
CHT, HTS, CBT, SM, RM, standout mode ??? (See st.info.)
* Linedrawing is now supported
* Xft and Fontcache is now used to draw fonts.
* support for italic and bold italic font drawing
* Some more commandline parameters are available. (See manpage.)
* easy debugging with: st -o - | cat -v
* nyancat(1) works.
* external support of utmp entries by using utmp(1)
ok gonzalo@
2012-11-05 08:24:39 -05:00
|
|
|
RUN_DEPENDS= fonts/liberation-fonts
|
|
|
|
|
2011-09-23 10:41:31 -04:00
|
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
FAKE_FLAGS= DESTDIR=""
|
2011-09-26 05:32:46 -04:00
|
|
|
WRKDIST= ${WRKDIR}/st-${DISTNAME}
|
2011-09-23 10:41:31 -04:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2011-09-23 10:41:31 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|