diff options
Diffstat (limited to 'graphics/xmorph/Makefile')
-rw-r--r-- | graphics/xmorph/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 2c77364..40bf938 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -17,6 +17,8 @@ COMMENT= A digital image warping program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} +CONFLICTS= libmorph* + USE_X_PREFIX= yes WANT_GNOME= yes USE_LIBTOOL= yes @@ -25,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ INSTALLS_SHLIB= yes MAN1= xmorph.1 +INFO= xmorph .include <bsd.port.pre.mk> @@ -38,4 +41,7 @@ CONFIGURE_ARGS+= --without-gtkmorph PLIST_SUB+= GTK2="@comment " .endif +post-extract: + @${RM} -f ${WRKSRC}/doc/*.info* + .include <bsd.port.post.mk> |