* sync with Debian package

* support conf file removal
This commit is contained in:
naddy 2003-08-22 18:49:46 +00:00
parent 80e4042142
commit a5cbbab783
4 changed files with 11 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2003/04/06 02:59:48 naddy Exp $ # $OpenBSD: Makefile,v 1.21 2003/08/22 18:49:46 naddy Exp $
COMMENT= "graphics file viewer for X11" COMMENT= "graphics file viewer for X11"
VERSION= 4.1 VERSION= 4.1
REVISION= 11 # Debian REVISION= 12 # Debian
DISTNAME= xloadimage.${VERSION} DISTNAME= xloadimage.${VERSION}
PKGNAME= xloadimage-${VERSION}.${REVISION} PKGNAME= xloadimage-${VERSION}.${REVISION}
@ -29,7 +29,7 @@ LIB_DEPENDS= jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff tiff.35::graphics/tiff
USE_X11= Yes USE_X11= Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,6 +1,6 @@
MD5 (xloadimage.4.1.tar.gz) = 7331850fc04056ab8ae6b5725d1fb3d2 MD5 (xloadimage.4.1.tar.gz) = 7331850fc04056ab8ae6b5725d1fb3d2
MD5 (xloadimage_4.1-11.diff.gz) = 35a31a85b4c476c803bafbd246fbfb8b MD5 (xloadimage_4.1-12.diff.gz) = 3abbff36c7dbf27d3c59e55889e60bf2
RMD160 (xloadimage.4.1.tar.gz) = 000271b40f58601cd1057b4e99c31a30da6e10af RMD160 (xloadimage.4.1.tar.gz) = 000271b40f58601cd1057b4e99c31a30da6e10af
RMD160 (xloadimage_4.1-11.diff.gz) = fb87e2e27d9f61296f364a4d269170c73fd86f74 RMD160 (xloadimage_4.1-12.diff.gz) = 72a79d2a5a6e5f2ef0c14ce42516a048b484a39e
SHA1 (xloadimage.4.1.tar.gz) = 0a8ee9b185702750706f68e4a34e086873f17690 SHA1 (xloadimage.4.1.tar.gz) = 0a8ee9b185702750706f68e4a34e086873f17690
SHA1 (xloadimage_4.1-11.diff.gz) = 7c407992dffa683b50c2f816134349e0e1ced9c1 SHA1 (xloadimage_4.1-12.diff.gz) = 1c49f8674346891ec7369c12758f72acc403541a

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2002/03/08 11:50:57 naddy Exp $ # $OpenBSD: DEINSTALL,v 1.3 2003/08/22 18:49:46 naddy Exp $
# #
# De-installation setup of xloadimage # De-installation setup of xloadimage
@ -38,7 +38,7 @@ fi
# #
case $2 in case $2 in
DEINSTALL) DEINSTALL)
if [ -f ${CONFIG_FILE} ]; then if [ "$PKG_DELETE_EXTRA" != Yes -a -f ${CONFIG_FILE} ]; then
do_notice "$1" do_notice "$1"
fi fi
;; ;;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2001/07/10 21:12:02 naddy Exp $ @comment $OpenBSD: PLIST,v 1.7 2003/08/22 18:49:46 naddy Exp $
bin/uufilter bin/uufilter
bin/xloadimage bin/xloadimage
bin/xsetbg bin/xsetbg
@ -9,3 +9,5 @@ man/man1/xsetbg.1
man/man1/xview.1 man/man1/xview.1
share/examples/xloadimage/xloadimagerc share/examples/xloadimage/xloadimagerc
@dirrm share/examples/xloadimage @dirrm share/examples/xloadimage
@cwd ${SYSCONFDIR}
@extra xloadimagerc