[Midnightbsd-cvs] mports: Makefile: Some people don't realize ports have dependancies.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 31 15:38:32 EDT 2008


Log Message:
-----------
Some people don't realize ports have dependancies.  they do.

Modified Files:
--------------
    mports/x11-wm/afterstep:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/afterstep/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-wm/afterstep/Makefile -L x11-wm/afterstep/Makefile -u -r1.4 -r1.5
--- x11-wm/afterstep/Makefile
+++ x11-wm/afterstep/Makefile
@@ -20,4 +20,47 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
+		execinfo.1:${PORTSDIR}/devel/libexecinfo \
+		freetype.9:${PORTSDIR}/print/freetype2 \
+		jpeg.9:${PORTSDIR}/graphics/jpeg \
+		png.5:${PORTSDIR}/graphics/png \
+		rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \
+		tiff.4:${PORTSDIR}/graphics/tiff \
+		ungif.5:${PORTSDIR}/graphics/libungif
+RUN_DEPENDS=	xli:${PORTSDIR}/graphics/xli
+
+USE_GNOME=	glib20 gtk20 pango
+USE_ICONV=	yes
+USE_XORG+=	ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender
+
+CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+=--disable-ascp \
+		--enable-i18n \
+		--disable-send-postcard-to-developer \
+		--with-helpcommand="xterm -e man" \
+		--with-jpeg-includes="${LOCALBASE}/include" \
+		--with-jpeg-libs="${LOCALBASE}/lib" \
+		--with-png-includes="${LOCALBASE}/include" \
+		--with-png-libs="${LOCALBASE}/lib" \
+		--with-ungif
+
+MAN1=		ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \
+		Animate.1x AnimateTypes.1x Arrange.1x AutoExec.1x \
+		BalloonContents.1x Base.1x Bevel.1x ColorScheme.1x \
+		Feel.1x FeelWindowBox.1x Functions.1x Gravity.1x Look.1x \
+		MyBackground.1x MyFrame.1x MyStyle.1x Pager.1x \
+		PagerDecorations.1x Placement.1x Sound.1x SoundEvents.1x \
+		SupportedHints.1x TbarLayout.1x Wharf.1x WharfFolders.1x \
+		WharfSounds.1x WinCommand.1x WinList.1x WinTabs.1x \
+		afterstep_faq.1x asimagexml.1x
+
+.if defined(WITH_DIFFERENT_LOOKNFEELS)
+CONFIGURE_ARGS+=      --enable-different-looknfeels
+.endif
+
+.if !defined(WITH_SAVEWINDOWS)
+CONFIGURE_ARGS+=      --disable-savewindows
+.endif
+
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list