diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-19 18:47:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-19 18:47:14 +0800 |
commit | 28f3ad2b2357e104871527c71ae05d56798478b5 (patch) | |
tree | 38f213e55a31eff5e5b6b6ab7b59f7c57d53f534 /lang/libhx | |
parent | 6972973a91cd2c821dffd98699b74c377f8a5dad (diff) | |
download | freebsd-ports-gnome-28f3ad2b2357e104871527c71ae05d56798478b5.tar.gz freebsd-ports-gnome-28f3ad2b2357e104871527c71ae05d56798478b5.tar.zst freebsd-ports-gnome-28f3ad2b2357e104871527c71ae05d56798478b5.zip |
- Add CPE info
- Fix tab after WWW:
Approved by: portmgr blanket
Diffstat (limited to 'lang/libhx')
-rw-r--r-- | lang/libhx/Makefile | 4 | ||||
-rw-r--r-- | lang/libhx/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index 223fde7a7afc..0fac33da47a5 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -12,12 +12,14 @@ COMMENT= C/C++ library with common data structures and functions CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= libtool tar:xz +USES= cpe libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip +CPE_VENDOR= jan_engelhardt + OPTIONS_DEFINE= DOCS PORTDOCS= * diff --git a/lang/libhx/pkg-descr b/lang/libhx/pkg-descr index 3d4ec9a5f082..f32f04231bfa 100644 --- a/lang/libhx/pkg-descr +++ b/lang/libhx/pkg-descr @@ -11,4 +11,4 @@ secondarily, the amount of code) a developer has to spend for otherwise implementing such. Subsequently, proficient coders can use this to code as fast as for a scripting language. -WWW: http://libhx.sourceforge.net/ +WWW: http://libhx.sourceforge.net/ |