No regression tests available.
This commit is contained in:
parent
1c2b141028
commit
1068128b23
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2002/09/28 22:30:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/10/27 01:02:17 naddy Exp $
|
||||
|
||||
COMMENT= "Java program analyzer and checker"
|
||||
|
||||
@ -6,7 +6,6 @@ VERSION= 2.3
|
||||
DISTNAME= jlint
|
||||
PKGNAME= ${DISTNAME}-${VERSION}
|
||||
CATEGORIES= java
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
HOMEPAGE= http://artho.com/jlint/
|
||||
|
||||
@ -26,4 +25,6 @@ MAKE_ENV+= CC="${CC}" CPP="${CXX}" \
|
||||
|
||||
WRKDIST= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/05/13 23:31:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2002/10/27 01:02:17 naddy Exp $
|
||||
|
||||
COMMENT= "regression testing utility for use with the Java language"
|
||||
|
||||
@ -9,7 +9,6 @@ VERSION= 3.7
|
||||
DISTNAME= junit${VERSION}
|
||||
PKGNAME= junit-${VERSION}
|
||||
CATEGORIES= java
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
HOMEPAGE= http://www.junit.org/
|
||||
|
||||
@ -26,6 +25,7 @@ EXTRACT_SUFX= .zip
|
||||
RUN_DEPENDS= ::devel/jdk/1.2-blackdown
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/${PKGNAME}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/03/21 20:57:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/10/27 01:02:17 naddy Exp $
|
||||
|
||||
COMMENT= "extra Korean fonts"
|
||||
|
||||
PKGNAME= baekmuk-fonts-2.0
|
||||
DISTNAME= baekmuk-2.0
|
||||
CATEGORIES= korean x11
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD/distfiles/ \
|
||||
ftp://ftp.mizi.com/pub/baekmuk/
|
||||
HOMEPAGE= http://www.mizi.co.kr
|
||||
@ -30,6 +30,8 @@ do-build:
|
||||
egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
|
||||
sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.pcf.gz ${FONTDIR}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/03/21 20:57:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/10/27 01:02:17 naddy Exp $
|
||||
|
||||
COMMENT= "extra Korean fonts"
|
||||
|
||||
PKGNAME= hanterm-fonts-3.1
|
||||
DISTNAME= hanterm-font-3.1
|
||||
CATEGORIES= korean x11
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MASTER_SITES= http://hanterm.org/download/font/
|
||||
HOMEPAGE= http://hanterm.org/
|
||||
|
||||
@ -29,6 +29,8 @@ do-build:
|
||||
egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
|
||||
sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKBUILD}/*.pcf.gz ${FONTDIR}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/09/24 18:16:28 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/10/27 01:02:18 naddy Exp $
|
||||
|
||||
COMMENT= "XFree86-based xterm with Korean language support"
|
||||
|
||||
DISTNAME= hanterm-xf-p19
|
||||
CATEGORIES= korean x11
|
||||
NEED_VERSION= 1.460
|
||||
|
||||
MASTER_SITES= http://www.hanterm.org/download/hanterm-xf/
|
||||
HOMEPAGE= http://www.hanterm.org/
|
||||
|
||||
@ -21,6 +21,8 @@ CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${PREFIX}/include" \
|
||||
X_EXTRA_LIBS="-L${PREFIX}/lib -liconv"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
||||
|
Loading…
Reference in New Issue
Block a user