diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /graphics | |
parent | ba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff) |
Notes
Diffstat (limited to 'graphics')
68 files changed, 35 insertions, 34 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index f954167ae499..baf85b157dd2 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -18,6 +18,7 @@ PATCH_DIST_ARGS= -p1 -d ${PATCH_WRKSRC} MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Lamenessing Engine +PLIST_FILES= bin/ale USE_GMAKE= yes .if !defined(WITHOUT_IMAGEMAGICK) diff --git a/graphics/ale/pkg-plist b/graphics/ale/pkg-plist deleted file mode 100644 index c2c0fdcaa1e0..000000000000 --- a/graphics/ale/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ale diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile index 91bcf54a7d22..8d0fd7457ab3 100644 --- a/graphics/crw/Makefile +++ b/graphics/crw/Makefile @@ -17,5 +17,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png MAN1= crw.1 MANCOMPRESSED= yes +PLIST_FILES= bin/crw .include <bsd.port.mk> diff --git a/graphics/crw/pkg-plist b/graphics/crw/pkg-plist deleted file mode 100644 index 4ef92ee32be9..000000000000 --- a/graphics/crw/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/crw diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index b9c3791fb2bd..09cca1faa273 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 +PLIST_FILES= bin/dc20ctrl do-install: ${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin diff --git a/graphics/dc20ctrl/pkg-plist b/graphics/dc20ctrl/pkg-plist deleted file mode 100644 index 1671fa6b7198..000000000000 --- a/graphics/dc20ctrl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dc20ctrl diff --git a/graphics/deep_zoom/Makefile b/graphics/deep_zoom/Makefile index bbdee45a9d97..9d61f629948b 100644 --- a/graphics/deep_zoom/Makefile +++ b/graphics/deep_zoom/Makefile @@ -25,6 +25,7 @@ USE_GNOME= glib12 USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include `${IMLIB2_CONFIG} --cflags` MAKE_ENV= CC=${CXX} LDFLAGS="`${IMLIB2_CONFIG} --libs`" +PLIST_FILES= bin/deep_zoom post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS=|CFLAGS+=|g" \ diff --git a/graphics/deep_zoom/pkg-plist b/graphics/deep_zoom/pkg-plist deleted file mode 100644 index cbc07d1f7f9c..000000000000 --- a/graphics/deep_zoom/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/deep_zoom diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 3fda90baa7e7..c5b0e587b4a2 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -22,6 +22,7 @@ USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= bin/divxcalc pre-configure: @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common diff --git a/graphics/divxcalc/pkg-plist b/graphics/divxcalc/pkg-plist deleted file mode 100644 index 32d3775d9591..000000000000 --- a/graphics/divxcalc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/divxcalc diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index 111f38f10b0b..3be83defeab7 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INFO= dvipng +PLIST_FILES= bin/dvipng post-install: @${STRIP_CMD} ${PREFIX}/bin/dvipng diff --git a/graphics/dvipng/pkg-plist b/graphics/dvipng/pkg-plist deleted file mode 100644 index ab50bf90e140..000000000000 --- a/graphics/dvipng/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dvipng diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index be0001c348ee..77ac347d19a2 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/ecg2png USE_REINPLACE= yes USE_QT_VER= 3 USE_GMAKE= yes diff --git a/graphics/ecg2png/pkg-plist b/graphics/ecg2png/pkg-plist deleted file mode 100644 index 8737fa851fcd..000000000000 --- a/graphics/ecg2png/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ecg2png diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index fa25ebd15136..940894462826 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -18,6 +18,7 @@ COMMENT= GPL standalone Flash (TM) player LIB_DEPENDS= flash.0:${.CURDIR}/../libflash +PLIST_FILES= bin/swfplayer USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Player diff --git a/graphics/flashplayer/pkg-plist b/graphics/flashplayer/pkg-plist deleted file mode 100644 index 79396b1733e1..000000000000 --- a/graphics/flashplayer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/swfplayer diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile index 6bef62d1c9a2..cdefae4fbdb0 100644 --- a/graphics/flip/Makefile +++ b/graphics/flip/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode WRKSRC= ${WRKDIR}/${DISTNAME:R} +PLIST_FILES= bin/flip USE_QT_VER= 3 USE_REINPLACE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" diff --git a/graphics/flip/pkg-plist b/graphics/flip/pkg-plist deleted file mode 100644 index 9e9435b7cc7a..000000000000 --- a/graphics/flip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flip diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index 58d174b28595..b2f3fdd0167d 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based color picker +PLIST_FILES= bin/gcolor USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/graphics/gcolor/pkg-plist b/graphics/gcolor/pkg-plist deleted file mode 100644 index 6f2c70560d3e..000000000000 --- a/graphics/gcolor/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gcolor diff --git a/graphics/gifmerge/Makefile b/graphics/gifmerge/Makefile index 5997b51d36e5..65edd54895b0 100644 --- a/graphics/gifmerge/Makefile +++ b/graphics/gifmerge/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for making a GIF Animation NO_WRKSUBDIR= yes +PLIST_FILES= bin/gifmerge do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o gifmerge gifmerge.c diff --git a/graphics/gifmerge/pkg-plist b/graphics/gifmerge/pkg-plist deleted file mode 100644 index 9cecab3a5964..000000000000 --- a/graphics/gifmerge/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gifmerge diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index de269be91299..75923c028d6a 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes USE_REINPLACE= yes MAN1= giftrans.1 +PLIST_FILES= bin/giftrans do-extract: @${MKDIR} ${WRKSRC} diff --git a/graphics/giftrans/pkg-plist b/graphics/giftrans/pkg-plist deleted file mode 100644 index fe1d75e275c0..000000000000 --- a/graphics/giftrans/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/giftrans diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index 4235a144da49..c28ed1151fee 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes MAN5= gkrellkam-list.5 +PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so MAKE_ENV+= MKDIR="${MKDIR}" \ INSTALL_DATA="${INSTALL_DATA}" diff --git a/graphics/gkrellkam2/pkg-plist b/graphics/gkrellkam2/pkg-plist deleted file mode 100644 index 63d7c335e513..000000000000 --- a/graphics/gkrellkam2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/gkrellm2/plugins/gkrellkam2.so diff --git a/graphics/glean/Makefile b/graphics/glean/Makefile index 9c31e86cbe49..20b9a12e36e6 100644 --- a/graphics/glean/Makefile +++ b/graphics/glean/Makefile @@ -19,6 +19,7 @@ COMMENT= Suite of OpenGL conformance tests LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +PLIST_FILES= bin/glean WRKSRC= ${WRKDIR}/glean/src USE_BZIP2= yes USE_GL= yes diff --git a/graphics/glean/pkg-plist b/graphics/glean/pkg-plist deleted file mode 100644 index 036184dc94d2..000000000000 --- a/graphics/glean/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/glean diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 2ed95b24cae1..770a755776e2 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -16,6 +16,7 @@ DISTNAME= gSculpt-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An Opensource 3D modelling application +PLIST_FILES= bin/gsculpt WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} USE_REINPLACE= yes USE_GNOME= gtk12 diff --git a/graphics/gsculpt/pkg-plist b/graphics/gsculpt/pkg-plist deleted file mode 100644 index fd27c6df9c59..000000000000 --- a/graphics/gsculpt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gsculpt diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile index 5aa2ac20d221..7e159afb5b00 100644 --- a/graphics/jslice/Makefile +++ b/graphics/jslice/Makefile @@ -15,6 +15,8 @@ COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/jslice + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin diff --git a/graphics/jslice/pkg-plist b/graphics/jslice/pkg-plist deleted file mode 100644 index f522fdc82910..000000000000 --- a/graphics/jslice/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/jslice diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index e36f18929e91..363ce08bf508 100644 --- a/graphics/kisomandel/Makefile +++ b/graphics/kisomandel/Makefile @@ -18,6 +18,7 @@ COMMENT= A fractal rendering program with nice 3d-display in realtime LIB_DEPENDS= png:${PORTSDIR}/graphics/png +PLIST_FILES= bin/kisomandel USE_BZIP2= yes USE_REINPLACE= yes USE_QT_VER= 3 diff --git a/graphics/kisomandel/pkg-plist b/graphics/kisomandel/pkg-plist deleted file mode 100644 index 730f7950dcf9..000000000000 --- a/graphics/kisomandel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kisomandel diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index f72518181400..6c3f4c7589ef 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -19,6 +19,7 @@ COMMENT= A simple 3d editor LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \ gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +PLIST_FILES= bin/kludge3d USE_PYTHON= yes USE_GL= yes USE_GNOME= gnometarget gtk20 diff --git a/graphics/kludge3d/pkg-plist b/graphics/kludge3d/pkg-plist deleted file mode 100644 index 205304ea9ddf..000000000000 --- a/graphics/kludge3d/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kludge3d diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index a4cf6b36b47f..77a803d55444 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -16,6 +16,7 @@ COMMENT= A multi-format graphics manipulation library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +PLIST_FILES= lib/liblug.a USE_XLIB= yes WRKSRC= ${WRKDIR}/lug diff --git a/graphics/liblug/pkg-plist b/graphics/liblug/pkg-plist deleted file mode 100644 index c5c4fceac82b..000000000000 --- a/graphics/liblug/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/liblug.a diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index b3f09302cb96..4041ae2afea7 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -16,6 +16,7 @@ COMMENT= Mesh Viewer LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/mview USE_QT_VER= 3 USE_GL= yes MAKE_ENV= MOC="${MOC}" \ diff --git a/graphics/meshviewer/pkg-plist b/graphics/meshviewer/pkg-plist deleted file mode 100644 index 953ae8558be1..000000000000 --- a/graphics/meshviewer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mview diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index 54f69c126d9b..bb00d2b44d00 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -18,6 +18,7 @@ COMMENT= An image sequence viewer LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 +PLIST_FILES= bin/multivideo WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes diff --git a/graphics/multivideo/pkg-plist b/graphics/multivideo/pkg-plist deleted file mode 100644 index fd2f8c87cbad..000000000000 --- a/graphics/multivideo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/multivideo diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 0b12623c639b..4959382b7af3 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -17,6 +17,7 @@ COMMENT= A plasma-effect screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif +PLIST_FILES= lib/plasma_saver.ko do-install: ${INSTALL_PROGRAM} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib diff --git a/graphics/plasma-kmod/pkg-plist b/graphics/plasma-kmod/pkg-plist deleted file mode 100644 index a27c9ce30023..000000000000 --- a/graphics/plasma-kmod/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/plasma_saver.ko diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index ce7f71badf36..5f0ce7f54a41 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -23,6 +23,7 @@ BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/sam2p/pkg-plist b/graphics/sam2p/pkg-plist deleted file mode 100644 index f24b8014297e..000000000000 --- a/graphics/sam2p/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sam2p diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index c9e1a837e6c3..69702fdd2fd8 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= seejpeg MAN1= seejpeg.1 USE_GETOPT_LONG=yes MANCOMPRESSED= yes +PLIST_FILES= bin/seejpeg USE_GMAKE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/graphics/seejpeg/pkg-plist b/graphics/seejpeg/pkg-plist deleted file mode 100644 index 37ff7d12916c..000000000000 --- a/graphics/seejpeg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/seejpeg diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 894876fd5bd6..e0e69de162a0 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -18,6 +18,7 @@ COMMENT= Render graph described in a .dot file RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +PLIST_FILES= bin/springgraph USE_PERL5= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/graphics/springgraph/pkg-plist b/graphics/springgraph/pkg-plist deleted file mode 100644 index facf89bd9178..000000000000 --- a/graphics/springgraph/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/springgraph diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index f6f9da35f94d..3f3451f7a313 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -19,6 +19,7 @@ COMMENT= Convert an SVG file into a Macromedia Flash (swf) file RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming +PLIST_FILES= bin/svg2swf USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes diff --git a/graphics/svg2swf/pkg-plist b/graphics/svg2swf/pkg-plist deleted file mode 100644 index b7f3ae62b830..000000000000 --- a/graphics/svg2swf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/svg2swf diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 9b5acbaad2cd..1b5621a2b070 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -17,6 +17,7 @@ COMMENT= Converts TIFF- sampled images to PNM image BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff +PLIST_FILES= bin/tif22pnm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ --with-libtiff-idir=${LOCALBASE}/include diff --git a/graphics/tif22pnm/pkg-plist b/graphics/tif22pnm/pkg-plist deleted file mode 100644 index 934973e2c0bd..000000000000 --- a/graphics/tif22pnm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tif22pnm diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index 06563a509c25..7b4d9f205f6a 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_FILES= bin/view3ds USE_X_PREFIX= yes USE_QT_VER= 3 USE_MESA= yes diff --git a/graphics/view3ds/pkg-plist b/graphics/view3ds/pkg-plist deleted file mode 100644 index 7ebe4d0cf812..000000000000 --- a/graphics/view3ds/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/view3ds diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 5e2c1a846f40..901cdd608e3f 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://math.smsu.edu/~erik/files/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer for X +PLIST_FILES= bin/vp USE_SDL= image USE_GETOPT_LONG=yes USE_LIBTOOL= yes diff --git a/graphics/vp/pkg-plist b/graphics/vp/pkg-plist deleted file mode 100644 index 61c80a815ea1..000000000000 --- a/graphics/vp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vp diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index 94dd2632a59b..36c03e3c3993 100644 --- a/graphics/whirlgif/Makefile +++ b/graphics/whirlgif/Makefile @@ -17,6 +17,7 @@ COMMENT= A tool for making GIF animations NO_WRKSUBDIR= yes MAN1= whirlgif.1 +PLIST_FILES= bin/whirlgif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin diff --git a/graphics/whirlgif/pkg-plist b/graphics/whirlgif/pkg-plist deleted file mode 100644 index e97bf5fd4702..000000000000 --- a/graphics/whirlgif/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/whirlgif diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile index a9ce6b0eb73c..7caae9171deb 100644 --- a/graphics/xdl/Makefile +++ b/graphics/xdl/Makefile @@ -16,5 +16,6 @@ COMMENT= Display DL animations on an X screen USE_X_PREFIX= yes MAN1= xdl.1 +PLIST_FILES= bin/xdl .include <bsd.port.mk> diff --git a/graphics/xdl/pkg-plist b/graphics/xdl/pkg-plist deleted file mode 100644 index 56834efaac35..000000000000 --- a/graphics/xdl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xdl diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile index 4cf2169a8c8b..a6007bb726a1 100644 --- a/graphics/xenomorph/Makefile +++ b/graphics/xenomorph/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= An image filter system based on volterra and morphologic filters +PLIST_FILES= bin/xenomorph USE_BZIP2= yes USE_QT_VER= 3 HAS_CONFIGURE= yes diff --git a/graphics/xenomorph/pkg-plist b/graphics/xenomorph/pkg-plist deleted file mode 100644 index c14a048cf3ca..000000000000 --- a/graphics/xenomorph/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xenomorph diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index a85151caf29a..a42a80ee50c1 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -24,6 +24,7 @@ USE_IMAKE= yes USE_PERL5_BUILD=yes NO_WRKSUBDIR= yes MAN1= xmandel.1 +PLIST_FILES= bin/xmandel pre-patch: @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c diff --git a/graphics/xmandel/pkg-plist b/graphics/xmandel/pkg-plist deleted file mode 100644 index 61effef9ff30..000000000000 --- a/graphics/xmandel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmandel diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 09bc1e050c11..448bd6f599b2 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -18,5 +18,6 @@ NO_WRKSUBDIR= yes USE_IMAKE= yes MAN6= xmountains.6 +PLIST_FILES= bin/xmountains .include <bsd.port.mk> diff --git a/graphics/xmountains/pkg-plist b/graphics/xmountains/pkg-plist deleted file mode 100644 index 7bc034543964..000000000000 --- a/graphics/xmountains/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmountains |