1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/cunit: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2022-03-31 06:02:44 +08:00
parent 83f36d67c1
commit 0c47737829
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -4,7 +4,7 @@ PORTNAME= cunit
PORTVERSION= 2.1.3
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/CUnit/${PORTVERSION:R}-${PORTVERSION:E}
MASTER_SITES= SF/cunit/CUnit/${PORTVERSION:R}-${PORTVERSION:E}
DISTNAME= CUnit-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
@ -13,6 +13,17 @@ COMMENT= Automated unit testing framework for C
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake libtool pathfix tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/share/CUnit
DOCSDIR= ${PREFIX}/share/doc/CUnit
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
CONFLICTS_INSTALL= c-unit
OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST
@ -27,16 +38,6 @@ EXAMPLES_DESC= Example programs
MEMTRACE_DESC= Internal memory tracking
TEST_DESC= Internal test program
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
USES= autoreconf gmake libtool pathfix tar:bzip2
DATADIR= ${PREFIX}/share/CUnit
DOCSDIR= ${PREFIX}/share/doc/CUnit
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
AUTOMATED_CONFIGURE_ENABLE= automated
BASIC_CONFIGURE_ENABLE= basic
CONSOLE_CONFIGURE_ENABLE= console