svn commit: r318835 - in head/graphics: animorph mhgui
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 23 03:30:31 UTC 2013
Author: amdmi3
Date: Thu May 23 03:30:30 2013
New Revision: 318835
URL: http://svnweb.freebsd.org/changeset/ports/318835
Log:
- Trim Makefile header
- OptionsNG
- Add LICENSE
- Switch to USE_PKGCONFIG
PR: 177146
Submitted by: nemysis <nemysis at gmx.ch>
Modified:
head/graphics/animorph/Makefile
head/graphics/mhgui/Makefile
Modified: head/graphics/animorph/Makefile
==============================================================================
--- head/graphics/animorph/Makefile Thu May 23 03:28:55 2013 (r318834)
+++ head/graphics/animorph/Makefile Thu May 23 03:30:30 2013 (r318835)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: animorph
-# Date created: 31 Mar 2007
-# Whom: Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= animorph
PORTVERSION= 0.3
@@ -13,22 +9,24 @@ MASTER_SITES= SF/makehuman/MakeHuman%20S
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Morphing engine for MakeHuman
+LICENSE= LGPL21
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= build
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
+
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libanimorphdocDATA||' ${WRKSRC}/Makefile.in
.endif
Modified: head/graphics/mhgui/Makefile
==============================================================================
--- head/graphics/mhgui/Makefile Thu May 23 03:28:55 2013 (r318834)
+++ head/graphics/mhgui/Makefile Thu May 23 03:30:30 2013 (r318835)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mhgui
-# Date created: 31 Mar 2007
-# Whom: Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= mhgui
PORTVERSION= 0.2
@@ -14,12 +10,14 @@ MASTER_SITES= SF/makehuman/MakeHuman%20S
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= GUI widget library for MakeHuman
+LICENSE= GPLv2
+
LIB_DEPENDS= animorph.0:${PORTSDIR}/graphics/animorph \
png15:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= build
USE_LDCONFIG= yes
USE_XORG= xi xmu ice sm
USE_GL= glut
@@ -27,14 +25,14 @@ USE_GL= glut
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
+
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libmhguidocDATA||' ${WRKSRC}/Makefile.in
.endif
More information about the svn-ports-head
mailing list