diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-06 04:19:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-06 04:19:24 +0000 |
commit | a7c64082f90c15a55b62cb3d63585933a8173e67 (patch) | |
tree | 51ea7151dd6536ca8d1c1f74493449f23923e3a2 /net-im/libyahoo2/Makefile | |
parent | 9f786f6065ff1cefbac9936222250e1fb51da1c2 (diff) |
Notes
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r-- | net-im/libyahoo2/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile new file mode 100644 index 000000000000..de57ea50f7df --- /dev/null +++ b/net-im/libyahoo2/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: libyahoo2 +# Date created: Apr 6, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libyahoo2 +PORTVERSION= 0.6.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A C library that handles the new Yahoo! Messenger protocol + +USE_GNOME= glib20 +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |